▲ | sarchertech 3 days ago | |||||||
Unfortunately we have no agreed upon metrics for simplified code. And we have no realistic way of taking a drastically refactored application that was the result of hours of changes by an LLM and being confident that it doesn’t introduce bugs or remove load bearing bugs. Static analysis and test suites aren’t good enough for pushing very large changes to production. | ||||||||
▲ | ok123456 3 days ago | parent [-] | |||||||
We have metrics such as cyclomatic complexity, the number of arguments, and the number of lines in a given method/function/file. These are usually fine to find the festering portions. We also have no realistic way of being confident that letting a coworker/junior/intern make hours of changes will confidently not introduce bugs or load-bearing bugs. | ||||||||
|