RequireJS – Optimizing and Building One File
requirejs is a wonderful framework which allows to manage script dependencies in javascript quite easy. The idea is simple: each javascript module (object or class) is defined in a separate file. This method of organizing the code, gives ease the development process in finding code, maintaining it and also enforce (in some way) good practice for loose coupling.Read full article from RequireJS – Optimizing and Building One File
No comments:
Post a Comment