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
4 months ago
250,886 views
0 shares

code-optimization-memes, boolean-logic-memes, ternary-operator-memes, programming-humor-memes, code-refactoring-memes | ProgrammerHumor.io
More Like This
The CS Degree Honeymoon Phase
6 months ago
220.9K views
0 shares

We all have a favourite child
3 years ago
37.0K views
0 shares

and tell me why everyone else's choice is the worst ツ
1 year ago
28.6K views
0 shares

Who Needs To Know The Rules
2 years ago
48.0K views
0 shares

Laptops (affiliate)
Loading more content...