Thursday, September 12, 2013

"You need to understand beautiful code to get to understand beautiful-enough code."
~ Dan North

Wednesday, August 21, 2013

Programming, when stripped of all its circumstantial irrelevancies, boils down to no more and no less than very effective thinking so as to avoid unmastered complexity, to very vigorous separation of your many different concerns.
~ Dijkstra

Friday, July 12, 2013

"The important point is that the cost of adding a feature isn't just the time it takes to code it. The cost also includes the addition of an obstacle to future expansion. Sure, any given feature list can be implemented, given enough coding time. But in addition to coming out late, you will usually wind up with a codebase that is so fragile that new ideas that should be dead-simple wind up taking longer and longer to work into the tangled existing web. The trick is to pick the features that don't fight each other."
John Carmack

Friday, June 21, 2013

To paraphrase my mother, it's all fun and games until someone starts writing subclasses.
~ Russ Olsen

Friday, June 7, 2013

"A most important, but also most elusive, aspect of any tool is its influence on the habits of those who train themselves in its use. If the tool is a programming language this influence is, whether we like it or not, an influence on our thinking habits." 
~ Djikstra

Friday, April 26, 2013

"The cleaner and nicer the program, the faster it's going to run. And if it doesn't, it'll be easy to make it fast."
Joshua Bloch

Tuesday, March 19, 2013

When the hierarchy is correct, anyone can successfully create a new subclass.
~ Sandi Metz