industry-bullshit
Version:
A collection of bullshit phrases used by the web industry
22 lines (12 loc) • 744 B
Markdown
Bullshit phrases used in the web industry. Think [Bullshytt](http://anathem.wikia.com/wiki/Bulshytt).
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.
Pull requests welcome!
```
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'));
```