Quote:
Originally Posted by here2havefun
Software dev here, Hammertime is correct.
Some devs insist that inline comments are vital, some insist that they are terrible and that code should be self-documenting (lmao imo), some lie somewhere in between. But it's very common for devs to include inline comments within the source code, and commit them with the code, to production.
Having said all that, code comments that AI embedds sometimes make it extremely clear they were put there by AI, like :
// here you will add additional business logic
|
Someone who knows more about coding than me told me that it wasn't the commenting that was the red flag, but the nature of it, so it sounds like you are in agreement.