|
|
|
|
|
by sam0x17
1034 days ago
|
|
"local minima" is entirely a function of what processes and requirements are in place for code to be accepted. In a well designed engineering org, the "local minima" and "optimal" are indistinguishable from each other, because you only let through fully tested code that passes the hopefully many CI steps you have and has also been subjected to extensive code review, QA, etc. If the reviewers and QA folks are doing their job, nothing like what you're describing should get through, and true "problem" engineers are simply those who are never able to get something through. When this falls apart it is invariably leadership's fault for writing bad tickets or not implementing proper CI, quality control, or testing practices, or not allocating sufficient time and resources to the code review process. And this stuff is only becoming more important as we integrate LLMs into our workflows... |
|
You're talking about a platonic ideal that rarely ever occurs in real life, except for very simple systems.