Oh look, it's the increment operator hierarchy in its natural habitat. While you're over there manually adding 2 to your variable like some kind of cave person (i=i+2), I'm elegantly pre-incrementing and post-incrementing in a single expression (++i++). Sure, it's undefined behavior that will make senior devs cry blood and crash in production, but hey—my code is three characters shorter! Nothing says "technical superiority" like writing code that requires a compiler exorcism.
We Are Not The Same
6 months ago
178,058 views
0 shares
increment-operators-memes, c++-memes, undefined-behavior-memes, code-optimization-memes, syntax-memes | ProgrammerHumor.io
More Like This
Seems Someone Out There Is Really Mad About Memory Safety
3 months ago
295.4K views
0 shares
Problem To Problems: The Multithreading Trap
5 months ago
264.7K views
0 shares
The Great Indentation Rebellion
7 months ago
177.8K views
0 shares
The Ultimate Programming Fear
8 months ago
202.6K views
0 shares
To Be Or Not To Be: A Boolean Tragedy
6 months ago
161.2K views
0 shares
Programming Patterns In The Wild
6 months ago
277.1K views
0 shares
Loading more content...
AI
AWS
Agile
Algorithms
Android
Apple
Bash
C++
Csharp