I am thinking what can I do to improve the massive amount of legacy code I have to maintain so that eventually I can let a better AI in the near future help me more?
What are your best tips that are working now?
I am thinking what can I do to improve the massive amount of legacy code I have to maintain so that eventually I can let a better AI in the near future help me more?
What are your best tips that are working now?
If you can refactor it to small modules with simple interfaces and properly document the interfaces and what the modules do, AI can work with your code more easily. Think of the ideal AI codebase as being assembled from libraries (even if private internally developed ones) with a small amount of glue code in between.
How to you go from spaghetti code to nice neat modular code using AI?
lucfranken•1d ago
Legacy code is a statement but in the end it only matters if it works and is maintainable.
It might surprise you.
tmaly•22h ago