-
JavaScript: getting started with RequireJS
Wednesday 19th of August 2015
Until recently, I’d mostly avoided RequireJS under the mistaken impression that it was overly complicated for my needs and only useful for large-scale applications. I was mistaken: it’s actually a fairly straightforward thing that can work just fine for small apps, and more importantly it encourages an organised and structured approach to JavaScript code. The RequireJS documentation is not, in…
Comments: 0