This year
2017
2014
2012
2011
Eloquent JavaScript: A Modern Introduction to Programming
by Xavier Lacot & 3 others2010
Myths about code comments - Jason in a Nutshell
by greutIt seems to me getting good at writing comments is an under-appreciated part of a Programmer's development. However, I feel that this is a part of programming that's almost as important as writing code itself.
2009
Pair Programming Ping Pong Pattern
by greut
- A writes a new test and sees that it fails.
- B implements the code needed to pass the test.
- B writes the next test.
- A implements it.
Thoduv’s devblog » Blog Archive » Vidage de poubelle 3: ndsim
by sylvainulgLearning by Code
by greutI'm not speaking from experience, but rather from logic. My experience is that I've learned more about programming from programming than from reading. My logic is that, given the many irrelevant parts of my personal programming-related readings, I could increase learning by focusing more on the act of programming itself.
read less, do more.