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

Programmer Humor

19197 readers
1181 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 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Buttons@programming.dev 0 points 1 year ago* (last edited 1 year ago) (1 children)

Still easier than understanding JavaScript's equality operator

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

You think you? I felt like Java Script was easy

[–] Hexarei@programming.dev 0 points 1 year ago (1 children)
[–] Mars@beehaw.org 1 points 1 year 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.