Lesson of the Day: Question Everything

2008-06-16

Just when you think you are doing well, someone comes along and points out how dumb you are. I was discussing my need to patch ActiveRecord with Bruce today and mentioned how I would patch the Ruby files in the activerecord-2.0.2 gem on staging, test everything and then patch the same files on production.

Bruce didn’t even pause before asking, “Why don’t you just monkey patch the code?”.

Oops, caught red-handed, thinking like a Java programmer. It’s so easy to fall back on old habits and forget the need to question how you are doing things. You can question your need to question eveything but then it’s just turtles all the way down. :)

Question everything: just one of the topics coming in my talk “How NOT to Build a Service”.