Hacker News new | ask | show | jobs
by itronitron 3005 days ago
code rots, whether it is being used in production or not, and should be consistently refactored and updated to accommodate the current status quo
1 comments

So much so that I don't think "refactoring" should even be a concept - that's what coding is. Every feature, bug fix or change should take into account the new relationships and structure of the model. Leaving refactoring for later is ignoring the fundamental required task of coding.
Eh, refactoring is distinct from feature developement, prototyping and testing.

They are different modes of thought.