@thillsman $200,000 annual contract with the school board and they can't be bothered to create something more robust than
```
let badWords = []
files.forEach { file in
let content = read(file)
if badWords.any { content.contains($0) } { … }
}
```
@samhenrigold Hey, I’d write that code for only $150k.