Dominic's Utilities (evacuated from NSA/Microsoft Github)
Dominic Tarr 32e6f4f253 3.2.2 | 12 years ago | |
---|---|---|
.gitignore | 13 years ago | |
LICENCE | 13 years ago | |
arrays.js | 13 years ago | |
async.js | 13 years ago | |
functions.js | 13 years ago | |
index.js | 13 years ago | |
npm-debug.log | 13 years ago | |
objects.js | 12 years ago | |
package.json | 12 years ago | |
random.js | 13 years ago | |
readme.markdown | 13 years ago | |
types.js | 13 years ago |
#Utility Belt
writing utilities for doing all the little chores.
then i'll reuse this everytime and never rewrite the basic stuff.
it's important to abstract and reuse anything that can be.
not to save you from rewriting the code, but to save you from retesting it.
I may have commited a sin by writing this myself when I have used underscore, but it is better to NIH just once, than to write it inline every time I need something.
this is actually starting to become quite useful.