mde / true

A JavaScript port of the Unix utility 'true'. Returns the Boolean value `true`
100 stars 26 forks source link

performance improvement, add .gitignore #13

Closed eagleeye closed 9 years ago

eagleeye commented 9 years ago

In case if we require module and don't use it we will run unneeded assignment, that is not acceptable for high-performance modules like this! Also this module has dependencies, that should be mentioned in .gitignore.

Thanks to all contributors of this module, we are making this world better!

mde commented 9 years ago

Thank you so much for this important contribution!