Email or username:

Password:

Forgot your password?
Top-level
sam henri gold

@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) } { … }
}
```

2 comments
Ian Douglas Scott

@samhenrigold @thillsman That's what happens when you put a bunch of scunthorpes in charge of things.

Go Up