Skip to content
jessevondoom edited this page Sep 13, 2010 · 2 revisions

Quick note on the variable naming and coding conventions:

CSS Class and variable names are longer than what might be considered “okay” to really optimize the code. We’ve deliberately chosen to favor readability and lowering the learning curve over the slight optimizations that shorter names bring. Function-level variables are shortened through YUI compression for production sites so there’s little loss there, and we have a planned review of all global variable names before finalizing code documentation. That in-depth documentation will likely be a part of our 1.1 release (accessibility and HTML5/mobile interfaces.)

Clone this wiki locally