jshttp / negotiator

An HTTP content negotiator for Node.js
MIT License
309 stars 33 forks source link

refactor closures #23

Closed jonathanong closed 9 years ago

jonathanong commented 10 years ago

probably gonna do this eventually. i want to cleanup the code so we're not creating closures everywhere. i.e. filter( e => e) can just be filter(Boolean)

jonathanong commented 9 years ago

:raised_hands: