Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • D digitec-wiki
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Digitec
  • digitec-wiki
  • Wiki
  • javascript coding standards

javascript coding standards · Changes

Page history
rcabral created page: dependency-management authored Mar 22, 2014 by Rene Cabral's avatar Rene Cabral
Show whitespace changes
Inline Side-by-side
javascript-coding-standards.markdown
View page @ 0137e43a
......@@ -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.
......
Clone repository
  • alpha beta testing
  • browser testing
  • camtasia licenses
  • code delivery processes
  • coding practices
  • css and sass coding standards
  • database schema standards
  • dependency management
  • development environments
  • digitec agile process
  • digitec gitlab styles
  • digitec software promises
  • digitec spec process
  • gitlab administration
  • gitlab issues tags
View All Pages