this post was submitted on 26 Nov 2023
711 points (89.4% liked)

Programmer Humor

19606 readers
232 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
[–] [email protected] 75 points 1 year ago (10 children)

x += 1; // Increases x by one

[–] [email protected] 15 points 1 year ago (2 children)

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

There, I made that kind of comment more useful!

[–] [email protected] 9 points 11 months ago

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

load more comments (1 replies)
load more comments (8 replies)