developer.jelix.org is not used any more and exists only for
history. Post new tickets on the Github account.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
Changes between Version 3 and Version 4 of en/doc-guidelines
- Timestamp:
- Jun 21, 2009, 9:19:33 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
en/doc-guidelines
v3 v4 53 53 * Indent the code using the [http://en.wikipedia.org/wiki/Indent_style#Variant:_1TBS 1TBS] coding style. 54 54 * Use clear variable names. Instead of using a variable called $x, use on called $numberOfResultProcessed. 55 * Use CamelCase. By enforcing a strict naming convention, code can be consistent.