@samhenrigold To answer your question, no you haven’t.
And my goodness, I forgot about Gaggle.
Top-level
@samhenrigold To answer your question, no you haven’t. And my goodness, I forgot about Gaggle. 3 comments
@samhenrigold @thillsman That's what happens when you put a bunch of scunthorpes in charge of things. |
@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) } { … }
}
```