(no title)
StopVibeCoding | 7 months ago
I believe you missed the part of my comment saying that I have been coding professionally for 20 years. I have seen horrible codebases, and I'm telling you I'd rather see the switch statement with 2000 cases (real story), many of which were 100s of lines long, with C macros used religiously (same codebase). At a bare minimum, once you get over the humps, with human written code, you will always find some realm of reason. A human thought to do this, they had some realm of logic. I couldn't find that with AI, I just found cargo cult programming + shoving things where they make no sense.
DANmode|7 months ago
for you to choose to be minified later?
nico|7 months ago
If you stay on top of the code you are getting from the AI, you end up molding it and understanding it
The AI can only spit out so much nonsense until the code just doesn’t work. This varies by codebase complexity
Usually when starting from scratch, you can get pretty far with barely even looking at the code, but with bigger repos you’ll have to actively be involved in the process and applying your own logic to what the AI is doing
If the code of what you are building doesn’t make sense, it’s essentially because you let it get there. And at the end of the day, it’s your responsibility as the developer to make it make sense. You are ultimately accountable for the delivery of that code. AI is not magic, it’s just a tool
cyberpunk|7 months ago
whenever i try to get it to do my work for me, it ends badly.
it can be my syntax gimp tho sure.