# industry-bullshit

Bullshit phrases used in the web industry. Think [Bullshytt](http://anathem.wikia.com/wiki/Bulshytt).

### Phrases, not single words

Bullshit needs context. While a lot of words might seem like bullshit in and of themselves, for this list to be any use we need that context. So "utilize"--a terrible word--is not bullshit but the phrase "going forward" certainly is. The only exceptions are "synergy" and "cyber". Screw those words.

### Contributing

Pull requests welcome!

### Examples

```
var bullshit = require('industry-bullshit');

console.log('There are ' + bullshit.array.length + ' items in the array of bullshit');

console.log('Going forward has a bullshit score of: ' + bullshit.score('going forward'));
```
