this post was submitted on 30 May 2024
395 points (94.6% liked)

Programmer Humor

37640 readers
194 users here now

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

Rules:

founded 6 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] toastal@lemmy.ml 1 points 1 year ago (1 children)

Proving that adding the class keyword to the ECMAScript spec was a mistake that leads folks down a path they should not travel ๐Ÿ™ƒ

[โ€“] el_abuelo@lemmy.ml 2 points 1 year ago

I completely agree. I taught JS/TS for 5yrs and I always emphasised that the 'class' keyword was just syntactic sugar for what was already available in prototype inheritance of JS.