├── app
│ ├── controllers
│ │ ├── admin
│ │ │ ├── posts.js
│ │ │ └── users.js
│ │ ├── posts.js
│ │ ├── session.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Zen Of Javascript | |
Build functionality, not architecture. | |
Build small things that work | |
and glue them together to make big things. | |
Clear is better than clever, | |
but graceful beats both. | |
Comments are good, even if you're Dutch. | |
Asychronous is better than synchronous | |
except for when it isn't |