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
4 months ago
141,287 views
0 shares

increment-operators-memes, c++-memes, undefined-behavior-memes, code-optimization-memes, syntax-memes | ProgrammerHumor.io
More Like This
Programming Language Personality Types
4 months ago
314.6K views
0 shares

Family Life For Programmers
2 months ago
245.6K views
1 shares

Problem To Problems: The Multithreading Trap
3 months ago
174.4K views
0 shares

The Two Buttons Of Memory Management Hell
1 month ago
182.9K views
0 shares

Wish Granted: Be Careful What You Ask For
14 days ago
155.4K views
0 shares

The Standards Committee Trolley Problem
6 months ago
201.1K views
2 shares

Loading more content...