- next
- previous |
- ZTM »
- Documentation »
- Styleguides »
ECMAScript/Javacript style guide¶
Just use jslint and follow Douglas Crockford’s recommendations.
Progressive enhancement¶
TBD.
Javascript framework¶
jQuery is the preferred library for making Javascript easier to write. It, plugins and its descendent libraries like jQuery.ui are used where we need interactive behavior.
The people who have participated in ZTM so far has mostly been comfortable with HTML/DOM/CSS. We have therefore not looked for or used more comprehensive toolkits like YUI or even application generators like GWT. If your package/module needs something like GWT. Feel free to use it. Though expect to have to maintain it until other contributors become familiar with the new tool.