AgileCoder
AgileCoder copied to clipboard
Refactoring and Code quality
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.