• z3bra@lemmy.sdf.org
    link
    fedilink
    arrow-up
    9
    arrow-down
    2
    ·
    11 months ago

    I’ve recently started writing JS recently, after writing C, go, shell and ruby for years.

    Ended up with this gem in my code:

    var total = +qty + +pool[0] - +pool[1];
    

    I hate it.

  • DarkenLM@artemis.camp
    link
    fedilink
    arrow-up
    6
    ·
    11 months ago

    Anything is a nail if you hammer it hard enough.

    Though modern JS is way better than what it was before, and in my opinion is evolving in a good direction. It also pays my bills, so I couldn’t complain even if I wanted.

    • FrostySpectacles@lemmy.ml
      link
      fedilink
      arrow-up
      2
      ·
      11 months ago

      The SvelteKit + TypeScript combo is such a breeze to work with!

      And compared to other languages, JavaScript scores pretty well in performance benchmarks. It has a lot more going for it than people give it credit for.

    • ☆ Yσɠƚԋσʂ ☆@lemmy.mlOP
      link
      fedilink
      arrow-up
      4
      arrow-down
      8
      ·
      11 months ago

      It’s a slight improvement, but you’re still inheriting the whole Js ecosystem, tooling, and most of the quirks of Js. There are far better languages you can use on the server, so I really don’t understand the appeal of using a Js based backend.