The evolution of every developer's coding style! At first, you write verbose conditional blocks like some kind of coding newbie. Then one day, you discover the ternary operator and suddenly you're wearing sunglasses because you're just that cool. Why waste 6 lines checking if a == 0
when you can flex on everyone with return (a == 0) ? true : false;
? Of course, the truly enlightened would just write return a == 0;
but that wouldn't make for such a sassy Pikachu meme, would it?
Return Statement Evolution
2 months ago
185,334 views
0 shares

code-optimization-memes, boolean-logic-memes, ternary-operator-memes, programming-humor-memes, code-refactoring-memes | ProgrammerHumor.io
More Like This
float golden = 1.618
2 years ago
23.6K views
0 shares

Thank you guys, you are the real heroes
3 years ago
34.6K views
0 shares

Clean Up
1 year ago
32.0K views
0 shares
:q
4 years ago
55.7K views
0 shares

Look familiar?
2 years ago
25.4K views
0 shares

Mechanical Keyboards (affiliate)
Loading more content...