← Back
NLOC
(Number of lines of code)
34,294
File names
XX = Lines of code
Libraries used
Wisdom Upgrade
- It's hard to do anything, especially write a program, once a day, for a year
- JavaScript is so verbose (I already knew that)
- Trying to force creative programming is both exhausting and exciting
- Beyond discipline and learning, my motives evolved over time, and I learned about myself as a result
- 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.
- I have really begun to appreciate long-term projects
- HTML is basically unparseable
- Python is so much more fun to use
- Sometimes sketching an idea or implementation on paper makes all the difference in the world
- Programming while falling asleep becomes a real time vampire
- Ideas are easy, implementations are not
- Math has amazing properties that are undervalued in programming
- d3.js is pretty great
- Visual programs are easy to demo, but do not always provide a useful challenge for continuing your programming skillset
- The zero, one, infinity rule is vital for maintainability
- The right data structure makes all the difference in the world
- You can do a lot in a short amount of time; put another way, Parkinson's Law is very real
- The web needs better ways to syndicate and share data across websites (e.g. cross-domain, parsing, security, consistent representation)
- You'll be amazed at what you can do when you put your mind to it
- Declarative programming is the one-true-way to design APIs
- ... many more!?