logoalt Hacker News

slopinthebagtoday at 5:05 AM1 replyview on HN

Shouldn't you want to ship less code that does more? Since when was LoC the relevant benchmark for engineering?


Replies

simonwtoday at 6:40 AM

Less code isn't as important as it used to be, because the cost of maintaining (simple) code has gone down as well.

With coding agent projects I find that investing in DRY doesn't really help very much. Needing to apply the same fix in two places is a waste of time as a human. An agent will spot both places with grep and update them almost as fast as if there was just one.

It's another case where my existing programming instincts appear to not hold as well as I would expect them to.

show 1 reply