← Back


NLOC

(Number of lines of code)

34,294


File names

XX = Lines of code



Libraries used


Wisdom Upgrade

  1. It's hard to do anything, especially write a program, once a day, for a year
  2. JavaScript is so verbose (I already knew that)
  3. Trying to force creative programming is both exhausting and exciting
  4. Beyond discipline and learning, my motives evolved over time, and I learned about myself as a result
  5. It is fun to do something for the sake of experimentation, but it's not always appropriate to do it in a language not designed for it.
  6. I have really begun to appreciate long-term projects
  7. HTML is basically unparseable
  8. Python is so much more fun to use
  9. Sometimes sketching an idea or implementation on paper makes all the difference in the world
  10. Programming while falling asleep becomes a real time vampire
  11. Ideas are easy, implementations are not
  12. Math has amazing properties that are undervalued in programming
  13. d3.js is pretty great
  14. Visual programs are easy to demo, but do not always provide a useful challenge for continuing your programming skillset
  15. The zero, one, infinity rule is vital for maintainability
  16. The right data structure makes all the difference in the world
  17. You can do a lot in a short amount of time; put another way, Parkinson's Law is very real
  18. The web needs better ways to syndicate and share data across websites (e.g. cross-domain, parsing, security, consistent representation)
  19. You'll be amazed at what you can do when you put your mind to it
  20. Declarative programming is the one-true-way to design APIs
  21. ... many more!?