Skip to content

mmerkes/noobjs_funk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##NOOBjs Funk

NOOBjs Funk is a utility library that takes all of the functionality of Underscore.js and tries to dumb down the code so that the noob can really understand what's going on under the hood.

NOOBjs Funk is not as performant as Underscore or Lo-Dash and should not be used in production, but it is hopefully more readable. The methods were implemented from scratch and still need to be refactored, so you can consider this a work in progress. Keep in mind that the goal is readability, not performance. Also, for better or for worse, this library tries to mimick Underscore's response to faulty inputs as closely as possible, which ranges from throwing an error to returning an empty object or array.

####Acknowledgements:

Thanks to all of the contributors to Underscore. This library mimicks Underscore as closely as possible and shares some of the same code, and the goal is that you'd be able to replaced NOOBjs Funk with Underscore if your site went into production.

About

NOOBjs Funk is a JavaScript functional library aimed at readability over performance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published