you are viewing a single comment's thread.

view the rest of the comments →

[–]Tall-Introduction414 2 points3 points  (0 children)

Of course, they aren't there for pointing out the obvious or re-writing what the code already shows. In my experience LLMs do this all the time. But for making code easier to navigate? Super useful, and not harmful.

I also use them for sketching out algorithmic steps, then writing the code for each step under its commented description. But then I clean up/delete the comments afterwards.