yea but rightnow its the dev's who tell it what shit code it produces lol
it can be helpful, but it also produces code that isnt always the best solution.
i did some tests and then questioned it about things like "wouldnt it be better to do X ?"
and it replies like "yes you are right" or it makes useless things and when you tell it, then it also notices, but it doesnt do it in the first place.
it also can give you fantasy functions that dont exist. i asked it if there is compiled regex for PHP like in C# and it said yes, use the function preg_compile() ..well only problem is that it doesnt exist.
then it gave an alternative that works, but just like a normal regex, no performance gain here..that wasnt what i asked for. so if you just blindly apply what it says you end up with garbage.
so if anyone relies on this for code without thinking for himself then he will end up with shit code. maybe it works, but it surely isnt the best performing solution.