How is tooWordy computed?
WhataShane opened this issue · 1 comments
WhataShane commented
How does tooWordy work?
btford commented
The implementation is here: https://github.com/duereg/too-wordy/blob/master/too-wordy.js
It checks against a list that's concat'd into a regex. Hope this helps.