this post was submitted on 03 Aug 2023
13 points (100.0% liked)

Programmer Humor

32558 readers
557 users here now

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

Rules:

founded 5 years ago
MODERATORS
 
top 6 comments
sorted by: hot top controversial new old
[–] Dirk@lemmy.ml 3 points 1 year ago (2 children)

Easy to learn, hard to master, used for things it wasn’t created for.

Yep.

[–] MaximumOverflow@lemmy.ca 2 points 1 year ago

You don't master Javascript, ever. You just become accustomed to the madness and stop caring, while sometimes doing things right.

[–] dreadgoat@kbin.social 2 points 1 year ago

used for things it wasn’t created for

I think Python gets a point here, as it is very good at doing what it was created for.
Javascript even sucks at its stated goal.

[–] mvirts@lemmy.world 2 points 1 year ago (1 children)

Because JavaScript isn't a programming language, it's a compilation target 😅

[–] darcy@sh.itjust.works 1 points 1 year ago

the SAD reality!

[–] PeteZ@lemmy.world 1 points 1 year ago

I had to do a project once with JavaScript. I did not enjoy the experience. In my opinion, a language where you need a reference to tell true from false is a bad language. So maybe JavaScript is the JavaScript of languages.