« The Active Set of Classes | Main | Global Variables Destroy Design Information »

December 11, 2012

Comments

Jason Gorman

Module Gravity Well! :)

Dclinton

A quote I came across a while back (sorry, I can't recall who said it) is "There are only two difficult problems in software development - cache invalidation and naming things".

For me, one of the biggest productivity boosts in a development environment is the ability to easily re-name things. This stops me from spending too much time up-front trying to decide on the ideal name for something, knowing that I can change it easily as the code progresses and I understand the concept I am trying to express more clearly.

George Paci

The version of the quote I heard was:

There are only two difficult problems in software engineering: cache invalidation, naming things, and off-by-one errors.

Rimichelangelo

A smart post, on this subject, is suggesting an analogy with physics:
http://www.carlopescio.com/2008/12/notes-on-software-design-chapter-2-mass.html

The comments to this entry are closed.