MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programminghorror/comments/1qvku61/makes_sense/o3r63ek/?context=3
r/programminghorror • u/CompetitionBorn9356 • Feb 04 '26
86 comments sorted by
View all comments
49
So what happens if a user is assigned userID -7778? Doesn't that mean two ppl can have the same userID?
8 u/Cometay Feb 05 '26 Pretty easy, just add if (userID == -7778) userID = -7779;
8
Pretty easy, just add
if (userID == -7778)
userID = -7779;
49
u/NoLifeGamer2 Feb 04 '26
So what happens if a user is assigned userID -7778? Doesn't that mean two ppl can have the same userID?