Edgewall Software

Changes between Version 29 and Version 30 of TracDev/CodingStyle


Ignore:
Timestamp:
Dec 16, 2015, 7:29:00 PM (8 years ago)
Author:
Ryan J Ollos
Comment:

"JavaScript" is the conventional name (see wikipedia:JavaScript), and results in a link to the page.

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/CodingStyle

    v29 v30  
    5050 * Avoid using `except Exception`, instead making the exception clause as narrow as necessary to catch the excepted exception.
    5151
    52 == Javascript
     52== !JavaScript
    5353
    54 Javascript code should follow [http://javascript.crockford.com/code.html these conventions] with the following exceptions and additions:
     54JavaScript code should follow [http://javascript.crockford.com/code.html these conventions] with the following exceptions and additions:
    5555* Lines shouldn't exceed a length of 79 characters.
    5656* Use two spaces for indentation and refrain from using tabs.