Just ask it to rewrite the shitty code you wrote in a language you barely understand to “follow standard best practices in <language>” or something like that and it will add advanced typing features, functional programming for iterables, advanced exception handling, proper concurrency handling, optimize control flows, use better equivalent functions, etc.
As long as you understand the foundations of these concepts in at least one language anybody can become pretty close to an expert in most languages instantly. Especially since most of them are C based and pretty similar
The output will sometimes change the logic but I mean that’s pretty easy to catch and fix
Rip C++ nerds that memorize the entirety of each releases manual to shave off 3ms in every single function
Lol. Lmao.
Rest of the owl moment.
It’s hard enough to follow the logic of something I wrote 5 months ago, let alone the logic of something I didn’t even write that is likely incorrectly documented as well.
LLM code will pretty frequently write bad logic, then add a comment above that logic that says the following code does X when in reality it does Y. Not like humans don’t do that too, but at least I can git blame a human…