Skip navigation.

Archives

Small Symptoms, Big Causes

I have coached people to death about not using static methods. Most people’s justification is “ease of programming”. What they mean is “new Object().MyMethod()” is longer to write than “Object.MyMethod()”. Can you believe this?

read more

Sad but true

The above is from xkcd.com. Reminds me of a lot of the work Kaner use to do for consumer advocacy. As an avid iPod user, this one resonates with me.