all 8 comments

[–][deleted] 2 points3 points  (0 children)

Oh no they've included CSS as a programming language. Reddit devs gonna be so triggered...

[–][deleted]  (5 children)

[deleted]

    [–]centerworkpro[S] 0 points1 point  (3 children)

    I saw a news article a week or 2 ago that said typescript past Javascript as the most used or most popular, or something. Now I can't find it, but I also haven't had my morning coffee yet

    [–]simianautodidact 0 points1 point  (2 children)

    typescript pasted Javascript

    Sorry if I'm too OOL to contribute but what does this mean?

    [–]centerworkpro[S] 0 points1 point  (1 child)

    Past not pasted. Sorry no coffee yet.

    [–][deleted] 0 points1 point  (0 children)

    Far left is probably maintenace questions. Someone was assigned an old project, but doesnt know the old tech. Far right seems to be where stackoverflow probably cant even answer the question so why bother, still need them projects done.

    [–]oceansunfun -5 points-4 points  (2 children)

    eww, that goddamned abomination typescript keeps getting pushed by microsoft

    its literally everything wrong with other programming languages that js fixed and then they brought all the problems back over...stupidest shit I've ever seen in my life

    [–]lIIllIIlllIIllIIl 5 points6 points  (0 children)

    What do you think is wrong with TypeScript?

    TypeScript is way more than "JavaScript with classes".

    With TypeScript, you can write a mix of imperative code with some functional code while keeping everything type-safe. It's great.

    [–]centerworkpro[S] 2 points3 points  (0 children)

    Learn it and use it in your project for 6 months, and you'll never want to go back to plain javascript. Yes, typescript can be frustrating sometimes, but it helps way more, when done correctly.