this post was submitted on 14 Jun 2023
8 points (100.0% liked)

Programmer Humor

22233 readers
519 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
top 4 comments
sorted by: hot top controversial new old
[–] Buttons@programming.dev 0 points 2 years ago* (last edited 2 years ago) (1 children)

Still easier than understanding JavaScript's equality operator

[–] Smorty@discuss.tchncs.de 0 points 2 years ago (1 children)

You think you? I felt like Java Script was easy

[–] Hexarei@programming.dev 0 points 2 years ago (1 children)
[–] Mars@beehaw.org 1 points 2 years ago

It’s super funny, but if you don’t try to use things as what they are not, the type coercion can’t hurt you.

But if you make a tradition of trying to add empty objects and numbers…

The great sin of JavaScript is gracefully (silently) failing when coders do silly things.