helper.js is a minimal collection of outstanding useful javascript helper functions. helper.js is not intended to be an alternative for javascript frameworks like jQuery, prototype, etc. ...
Currently helper.js is tested with firefox-3 and chrome-12 only.
The Rakefile contains the tasks for minifying the javascript as well as for generating the documentation. To run the tasks you have to use rake.
- every function should be off outstanding interest.
- every function should be tested properly with unit and/or user acceptance tests
- every function should be documented properly using JSDoc
Documentation is done using JSDoc.
You can generate the documentation for offline usage with the command rake documentation
.