250
I created the weirdest political compass
(lemmy.world)
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.
ECMAScript is included, which is the official JavaScript standard
I actually did miss that one. TIL.
Interesting that it's just as nu as TypeScript, despite TypeScript definitely coming after.
I roughly based the nu-obsolete scale on language features not age (or use), TypeScript is just ECMAScript with an optional type safety feature.
That's... not the whole story. TypeScript is very powerful without users noticing. The most widely used feature is probably implicit
this
binding in fat arrow functions, but also targeted compilation to lower ES standards. It's not just type annotations à la Python.I see! So you'd say type safety is system-type feature, then?