this post was submitted on 26 Nov 2023
491 points (89.8% liked)

Programmer Humor

19606 readers
1076 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] magic_lobster_party@kbin.social 35 points 11 months ago (10 children)

x += 1; // Increases x by one

[–] ZILtoid1991@kbin.social 8 points 11 months ago (2 children)

x++; // Move X position forward by one

There, I made that kind of comment more useful!

[–] LostXOR@kbin.social 6 points 11 months ago

x++; // Set x to the incrementation of the value of x
Much better.

[–] Jakylla@sh.itjust.works 1 points 11 months ago

// Move to the right

load more comments (7 replies)