this post was submitted on 26 Nov 2023
706 points (89.2% liked)

Programmer Humor

24755 readers
1786 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 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 75 points 2 years ago (10 children)

x += 1; // Increases x by one

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

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

There, I made that kind of comment more useful!

[–] [email protected] 9 points 2 years ago

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

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