this post was submitted on 09 Apr 2024
183 points (96.4% liked)

Programmer Humor

33529 readers
326 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
all 11 comments
sorted by: hot top controversial new old
[–] [email protected] 20 points 10 months ago

Biblically accurate programming language.

[–] [email protected] 14 points 10 months ago* (last edited 10 months ago) (1 children)

And in the case of 2024 year old baby Jesus, the Holy Spirit is......... NOT the Father!

[–] [email protected] 14 points 10 months ago

Transitive Property: Am I a joke to you?

[–] [email protected] 12 points 10 months ago (3 children)
==

Well there's your problem, you're using an operator that shouldn't exist. Triple equals all the things and if you want to coerce types write it out explicitly.

[–] [email protected] 17 points 10 months ago (1 children)

While you are basically right, the problem is that there is an operator that should not exist. Though that is not the biggest problem of JavaScript.

[–] [email protected] 3 points 10 months ago

~~Surprise~~ Type coercion is our greatest weapon!

What about the ~~limitless coffers of Rome~~ implicit global scope?

Well then, ~~surprise~~ type coercion and ~~the limitless coffers of Rome~~ implicit global scope are our greatest weapons.

[–] [email protected] 6 points 10 months ago (1 children)

== is acceptable for null checks. And basically nothing else.

[–] [email protected] 2 points 10 months ago (1 children)

It should probably be replaced with a more bespoke operator for that, like x isempty or something.

[–] [email protected] 2 points 10 months ago

The ?? operator?

[–] [email protected] 2 points 10 months ago

["a"] + ["b"] = "ab"

Goodnight, everyone.