Browse by Tags

All Tags » Code (RSS)

Hard Core Object Oriented Programming Guidelines

I read Andrew Binstock occassionally in SD Times and in the most recent issue he posted a list of guidelines (which in turn was excerpted from 'The Thoughtworks Anthology') for learning to write "real" object oriented code. Read Getting...
Posted by Andy Warren | with no comments
Filed under: ,

More Code Per Module = More Bugs, But More Complex Code <> More Bugs?

SDTimes has an article up about Debunking Cyclomatic Complexity that talks about the results of some research that supports what I suspect most of agree with - more lines of code per module/method leads to more bugs. Object oriented program has done a...
Posted by Andy Warren | with no comments
Filed under: