Posts in the “programming” category

Quiver, a programmer's notebook

Quiver is a “programmer’s notebook.” Personally I keep all of my notes out here so I can search them easily, but I can see where this app would be good.

On the importance of communication in programming

Very true. I worked with a guy about 10 years ago who was very smart, but he was also an a-hole. At times he seemed to think it was more important to be funny or snarky than it was to communicate properly, and very often it cost my client time and money, not to mention the frustration of other programmers on his projects. (Image from this twitter link.)

Good code is its own best documentation (Steve McConnell)

“Good code is its own best documentation. As you’re about to add a comment, ask yourself, ‘How can I improve the code so that this comment isn’t needed?’ Improve the code and then document it to make it even clearer.”

~ Steve McConnell, author of several famous programming books, including Code Complete