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?
3 months ago
150,875 views
0 shares

typescript-memes, algorithm-memes, bad-code-memes, iseven-memes, programming-horror-memes | ProgrammerHumor.io
More Like This
The chinese version of Stack Overflow has been named after an even more annoying runtime error
4 years ago
179.0K views
0 shares

Whats The Point
10 months ago
45.3K views
0 shares
The Type System Horseshoe Theory
28 days ago
224.5K views
0 shares

Meme
6 months ago
174.9K views
0 shares

Please Don't Make Me Go Back There
4 months ago
166.5K views
0 shares

Just A Simple Boolean Question
3 months ago
166.7K views
0 shares

Loading more content...