Skip to content

Instantly share code, notes, and snippets.

@danielkpodo
Forked from claytongulick/Zen of Javascript
Created May 18, 2020 06:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielkpodo/84282c6bfa6c9b696cb23a68c5a1786d to your computer and use it in GitHub Desktop.
Save danielkpodo/84282c6bfa6c9b696cb23a68c5a1786d to your computer and use it in GitHub Desktop.
Zen Of Javascript
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
but your code should work on both.
Convention is better than definition,
if you have good docs.
Keep it loose, but build good tests.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment