Niro* by cho45

#16 The JavaScript Philosophy

  1. Small is beautiful.
  2. Make each snippet do one thing well.
  3. Build a prototype as soon as possible.
  4. Choose portability over efficiency.
  5. Store data in plain object.
  6. Use software leverage to your advantage.
  7. Use callback to increase leverage and portability.
  8. Avoid captive user interfaces.
  9. Make every snippet independent.

Mike Gancarz: The UNIX Philosophy

[[javascript]]

blog comments powered by Disqus
login