this post was submitted on 02 Oct 2023
1514 points (98.3% liked)

Programmer Humor

32589 readers
1849 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Auzy@beehaw.org 7 points 1 year ago* (last edited 1 year ago) (1 children)

Let copilot do it. Junior developers can now efficiently write useless comments like the rest of us

[–] Inktvip@lemm.ee 4 points 1 year ago (1 children)

I'm very much a novice coder, but I often find myself doing the opposite. Write a good comment and let copilot write the actual code.

[–] NathanM@sopuli.xyz 10 points 1 year ago

Yeah I wouldn't rely on that, especially early in your coding journey. The less external resources helping you the better, so you're encouraged to problem solve and figure out your own solutions, even if it takes longer.