logoalt Hacker News

CharlieDigitaltoday at 1:13 PM1 replyview on HN

    > After a certain point, people would be forced to refactor, because they find themselves unable to handle the complexity.
This is a fallacy; this is why legacy code exists that teams just work around. They lack the tests to verify it, the person that wrote it is long gone, it's handling some mission critical dataflow so no one touches the code and just builds around it.

Replies

lolakuttytoday at 1:19 PM

>They lack the tests to verify it, the person that wrote it is long gone, it's handling some mission critical dataflow so no one touches the code and just builds around it.

What you say here is not always the case.