| ▲ | synalx 9 hours ago | ||||||||||||||||
Imo, the article misses the main point of code review. It's not about finding bugs or spreading around knowledge, but about maximizing value vs maintenance costs. Code is expensive, not to produce but to maintain. Every line of code added to a codebase must be read and understood many times over its lifetime, and therefore imposes a burden on future maintainers. We review code in order to weigh its value against that high cost of ownership. High quality, maintainable code is code which maximizes that value delivered while minimizing the cost of its future maintenance. AI is changing the game here not by increasing (or decreasing) the value of code, but by reducing its cost of ownership. When it's significantly cheaper to understand, modify, and replace code, the balance point shifts significantly. It's the definition of "maintainable" that's changing. | |||||||||||||||||
| ▲ | ed_mercer 9 hours ago | parent | next [-] | ||||||||||||||||
Fable-class models IMO are now capable enough to maintain your code as well. | |||||||||||||||||
| ▲ | em-bee 9 hours ago | parent | prev [-] | ||||||||||||||||
AI may reduce the cost of code production, but it raises the cost of ownership. | |||||||||||||||||
| |||||||||||||||||