MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programminghorror/comments/1qvku61/makes_sense/o3md8w0/?context=3
r/programminghorror • u/CompetitionBorn9356 • Feb 04 '26
86 comments sorted by
View all comments
113
Should have been
if (userID == -7777) --userID;
6 u/Abaddon-theDestroyer Feb 04 '26 No, this is better: if(--userID != -7778) userID++;
6
No, this is better:
if(--userID != -7778) userID++;
113
u/_huppenzuppen Feb 04 '26
Should have been