felixge / felixge/nodeguide.com
Code Conventions / Var declaration
Ouverte
- Langage dominant
- CSS
- Étoiles
- 368
- Forks
- 40
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
I've read your comment about Crockforf and followed the link and he also says to use var the same way as you do :-)
"It is preferred that each variable be given its own line and comment. They should be listed in alphabetical order.
```
var currentEntry; // currently selected table entry
var level; // indentation level
var size; // size of table
```
"
I copied this code to JSLint and it passes. Seems Crockford changed his mind :-)
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.