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?
8 months ago
237,711 views
0 shares
typescript-memes, algorithm-memes, bad-code-memes, iseven-memes, programming-horror-memes | ProgrammerHumor.io
More Like This
Which One Will Break Your Codebase?
11 months ago
254.6K views
0 shares
TypeScript would be easier if the were
3 years ago
85.2K views
0 shares
House Is Null
1 month ago
230.8K views
2 shares
Next Nest Nuxt: The JavaScript Name Game
9 months ago
297.0K views
0 shares
Lord Help Me
11 months ago
358.3K views
0 shares
The Current Job Market
1 year ago
1.3M views
0 shares
Loading more content...
AI
AWS
Agile
Algorithms
Android
Apple
Bash
C++
Csharp