AgileCoder icon indicating copy to clipboard operation
AgileCoder copied to clipboard

Refactoring and Code quality

Open MovGP0 opened this issue 6 months ago • 1 comments

One of the biggest problems that middle to big software projects are facing is technical dept. Technical dept is a bigger problem to adding software than the actual coding of the problem solution.

Therefore there should be agents that specifically check the code for code quality issues (the analysis should usually be done by static checking tools like Rolsyn Analyzers in .NET, SonarQube, ESLint, Pylint or Bandit, Cppcheck, ...) and executes the required code refactorings.

MovGP0 avatar Aug 18 '24 18:08 MovGP0