March 12, 2009

10 is the new 15

I’m on my lunch break and am reading a nice article about software architecture. I smiled (and then tumbl-tweeted) when I read a part that specifically called out method length as a sign of poor design. I’ve come to this conclusion lately and have been fairly vocal about it.

The author steps it up a notch though, asserting that 10 lines should be the maximum of any method in Java (he also points out comment delineation as code smell). If you have take in software architecture, it’s a good read.

1:02pm  |   permalink
February 23, 2009
"The only way to trust dynamic code is to test the hell out of it. TEST."

— Alex “al3x” Payne, Twitter API Lead

3:30pm  |   permalink
FILED UNDER: programming testing 
February 20, 2009
Google Testing Blog

If you write code without unit tests, you should be slapped. When you come to, add the google testing blog to your feeds.

1:23pm  |   permalink
FILED UNDER: programming testing