... | ... | @@ -179,7 +179,7 @@ var collection = (function () { |
|
|
|
|
|
Names should be formed from the 26 upper and lower case letters `(A .. Z, a .. z)`, the 10 digits `(0 .. 9)`, and `_` (underbar). Avoid use of international characters because they may not read well or be understood everywhere. Do not use ~~$ (dollar sign) or~~ \ (backslash) in names.
|
|
|
|
|
|
> __Digitec allows the `$` (dollar sign) to be used, as a prefix in variable names, to denote jQuery references. It is valid usage according to the ecma 5.1 specification.__
|
|
|
> __Digitec allows the `$` (dollar sign) to be used, as a prefix in variable names, to denote jQuery references. This is valid usage according to the ecma 5.1 specification.__
|
|
|
|
|
|
|
|
|
Do not use `_` (underbar) as the first character of a name. It is sometimes used to indicate privacy, but it does not actually provide privacy. If privacy is important, use the forms that provide [private members](http://javascript.crockford.com/private.html). Avoid conventions that demonstrate a lack of competence.
|
... | ... | |