Talk

Coding style and standards

From Joomla! Documentation

Revision as of 05:28, 18 January 2011 by Harikaram (talk | contribs)

Shouldn't the JText not have spaces?

Studly caps exception?[edit]

jImport() is given as an example. But the entire codebase is littered with jimport(), as well as lots of 3PD extensions. Do you mean to designate jImport() as the new canonical name for this method, or should we carry this as an exception?

There could also be a section on template guidelines, both in terms of how to style (eg Does HTML wrapped by a conditional get indented relative to the conditional?) and as to what kind of code is valid in the template (eg. All logic code other than conditionals and loops to be parsed into a variable in the View and rather than created in in the template)