btford/write-good

How is tooWordy computed?

WhataShane opened this issue · 1 comments

How does tooWordy work?

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.