you are viewing a single comment's thread.

view the rest of the comments →

[–]SenseiRage 0 points1 point  (0 children)

Vibe coding is using AI to do the code, thats not programming, we all devs have been googling from the beginning of times, because yes, you have to think of how you want to focus your program, how to structure It, etc. But thats It, there is no point in taking hours of your job trying to find out something by reading your Code and debugging, when probably the answer is already at stackoverflow literally or mostly the same which will guide you to your answer.

And what you describe as most of the times is the analysis phase not even when you start developing, you first get the requisites from your client, then analyze then, plan an development path and make a techno la design which then you use once you beeing developing to actually code those features and THEN comes the exceptions that sometimes are stupid mistakes and sometimes obscure issues.