| ▲ | xvinci 2 hours ago | ||||||||||||||||
Not my observation. If you never look at the code and dont have basic guardrails in place (linters, architecture tests, some guidelines for best practices) - probably. But as soon as you do minimal reviews and high-level corrections, applications turn out just fine. Can there be bugs? Sure. That's the price of not reading or understanding every line. It should depend on the criticality of your software how much of these you tolerate and how much you don't (reviewing, understanding, testing everything 100% like you were used to if you had written it yourself will kill most if not all of your gained speed) But I never got the impression of unmaintainability or unfixable bugs. Actually the other side around: A really good cleanup pass, architectural changes, or bugfixes are seldom more than a few prompts and 2 hours away, provided your overall base is decent and you actually gave a fuck from the start. | |||||||||||||||||
| ▲ | VBprogrammer an hour ago | parent | next [-] | ||||||||||||||||
> Can there be bugs? Sure. That's the price of not reading or understanding every line. I've yet to come across a human developer who's output would meet this standard, despite writing every line. In fact, having an LLM review our code is catching quite a few bugs before it reaches QA. | |||||||||||||||||
| |||||||||||||||||
| ▲ | szundi an hour ago | parent | prev [-] | ||||||||||||||||
[dead] | |||||||||||||||||