Remix.run Logo
banannaise 2 hours ago

Turning inefficient, unreadable code into efficient, readable code often results in an overall reduction in LoC.

High-quality code and high-volume code are highly anti-correlated. Incidentally, low-quality code that is excessively long just so happens to be common complaint with AI-generated code.

hhjinks 2 hours ago | parent [-]

Rewriting code to be more compact is orthogonal to productivity.

tauroid an hour ago | parent | next [-]

In a similar way to how a radial burn (https://space.stackexchange.com/questions/44608/what-happens...) may be orthogonal to your trajectory but still may be necessary to avoid becoming a fireball in half an orbit's time.

bryanrasmussen 37 minutes ago | parent | prev | next [-]

you have evidently been blessed to work only in places with acceptable level of quality code and above.

jtbayly 2 hours ago | parent | prev | next [-]

Which is not what is being discussed. Often rewriting code to make it more understandable makes everybody more productive.

dijksterhuis 5 minutes ago | parent | prev | next [-]

[delayed]

risyachka 17 minutes ago | parent | prev [-]

Simplification usually requires the most effort and results in simple and elegant systems easy to understand and maintain with reduced error surface.

So overall increases productivity by a lot