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?
5 months ago
180,999 views
0 shares
typescript-memes, algorithm-memes, bad-code-memes, iseven-memes, programming-horror-memes | ProgrammerHumor.io
More Like This
Boolean Logic: It's Funny Because It's True
3 months ago
306.9K views
0 shares
Just A Simple Boolean Question
6 months ago
220.2K views
0 shares
Be Ungovernable: TypeScript's Yellow Card
6 months ago
174.8K views
0 shares
What A Journey
5 months ago
202.6K views
0 shares
Person pulls prank to see if recruiters read the resumes and respond
1 year ago
347.8K views
0 shares
JavaScript Is One Person Language
6 months ago
177.8K views
0 shares
Loading more content...
AI
AWS
Agile
Algorithms
Android
Apple
Bash
C++
Csharp