Comment on Ask HN: What is the coolest JS library out there?parentComments−nathanappere13yhttp://requirejs.org/ addresses the same problem (AMD style rather than nodejs require style)−shtylman13yAMD style is terrible and should be discouraged. It leaks how it does things too much into the source code and you again end up with boilerplate bs.
Comments
http://requirejs.org/ addresses the same problem (AMD style rather than nodejs require style)
AMD style is terrible and should be discouraged. It leaks how it does things too much into the source code and you again end up with boilerplate bs.