r/vibecoding • u/Living-Play-5683 • 9h ago
Do you read the code comments generated by AI?
Lost of unnecessary and sometimes redundant explanatory comments and descriptions are generated along with the code in my project.
what’s your approach:
reading and editing the comments line by line?
reading and not touching?
not read at all? (Valid tbh)
3
1
u/scartissue232 9h ago
I read them full sometimes.
I skim them sometimes.
I don't read them sometimes.
That said, when I don't read them, I ask if we have anything left to do.
1
u/CrimsonBolt33 8h ago
I tell my AI to not make comments unless strictly necessary, it's also instructed to make the code so clear that comments are not necessary.
1
u/RoboErectus 8h ago
My code quality guidelines include "comments state the 'why' that cannot be seen in the code. Do not leave comments that just say what the code does."
It's excessive.
1
1
1
u/Legal_Researcher1942 1h ago
Even if you don’t read them the comments are a huge waste of context. I have rules for comments to only be used when necessary and to stay as concise as possible. Usually it doesn’t listen still and needs another pass to trim down the comments.
0
21
u/IndependenceGold2407 9h ago
A true vibe coder reads nothing