Hacker News new | ask | show | jobs
by professorTuring 838 days ago
How good is AI refactoring the code? Haven’t tried it yet, but… as someone who has need to work on tons of legacy in the past… looks interesting!
1 comments

Very mixed. Sometimes great, but you have too watch it close as once in a while it will do garbage.

There is a lot of non-AI refactoring for C++ these days that is very good. And many more tools that will point to areas that there is a problem and often a manual fix of those areas is "easy".