Best Practices for Building JavaScript Applications: JavaScriptMVC
JavaScriptMVC is an open-source framework containing the best ideas in jQuery development. It guides you to successfully completed projects by promoting best practices, maintainability, and convention over configuration.
It is for those people who care about things like test driven development, performance, code quality, structure and maintainability.
Built on top of jQuery, it consists of the following standalone components:
- StealJS – Dependency management and a stupidly easy build tool.
- FuncUnit – There’s no better functional testing solution available. Write tests in jQuery syntax, run them via command line or browser.
- jQueryMX – These plugins are the building blocks of large jQuery applications: model, view, controller, class, fixtures, and more.
- DocumentJS – A JSDoc compliant tool that turns comments into a searchable documentation app.
Recent Comments