Looking at that isEven function hurts my soul on a spiritual level. Someone's literally checking if a number is even by hard-coding individual cases (0 is even, 1 is odd, 2 is even, 3 is odd...) instead of just using the modulo operator (return num % 2 === 0). And they're doing this while casually flying 30,000 feet in the air with a gorgeous view! The perfect combo of terrible code and flex. My sanity would jump out that window faster than you can say "runtime complexity."
What's Stopping You From Coding Like This?
7 months ago
211,174 views
0 shares
typescript-memes, algorithm-memes, bad-code-memes, iseven-memes, programming-horror-memes | ProgrammerHumor.io
More Like This
My Friend Told Me She Loves TypeScript
8 months ago
213.0K views
0 shares
What If Companies Do So Much With TS/JS To Save Compile Time Coffee Breaks?!
7 months ago
260.1K views
0 shares
For Uint In Range
8 months ago
271.4K views
0 shares
The TypeScript Aristocracy
6 months ago
211.2K views
0 shares
*set Edge as default browser*
3 years ago
125.0K views
0 shares
Me Over-Engineering The Balls Off My Project
9 months ago
176.0K views
0 shares
Loading more content...
AI
AWS
Agile
Algorithms
Android
Apple
Bash
C++
Csharp