logoalt Hacker News

lolakuttytoday at 1:08 PM1 replyview on HN

>It doesn't mean that people do.

After a certain point, people would be forced to refactor, because they find themselves unable to handle the complexity.

With LLMs, there is no such friction. So the complexity get piled upon complexity in the form of a million best practices that is indiscriminately followed...


Replies

CharlieDigitaltoday at 1:13 PM

    > 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.
show 1 reply