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

Programmer Humor

19197 readers
1266 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
 
top 5 comments
sorted by: hot top controversial new old
[–] JackbyDev@programming.dev 1 points 1 year ago

😃 You mean webassembly right?

😐 You mean webassembly right?

[–] 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.