Comment on Writing code that works on first goparentComments−joe_the_user15yI'd say the devil is in the "aggressively minimize codebase complexity" detailIf you can give reproducible instructions about how to do that, I'd say to hear them.−dustingetz15yagreed, but that's the point: "use 1==foo and keep methods small" is totally missing the point.I'm not sure I can state it more clearly than "understand accidental complexity, aggressively reduce it".
Comments
I'd say the devil is in the "aggressively minimize codebase complexity" detail
If you can give reproducible instructions about how to do that, I'd say to hear them.
agreed, but that's the point: "use 1==foo and keep methods small" is totally missing the point.
I'm not sure I can state it more clearly than "understand accidental complexity, aggressively reduce it".