• @dejected_warp_core@lemmy.world
      link
      fedilink
      124 months ago

      I take this as less of a “I can’t use this intuitive feature reliably” thing and more of a “the truth table will bite you in the ass when you least expect it and/or make a mistake” thing.

      • @flying_sheep@lemmy.ml
        link
        fedilink
        64 months ago

        Just use a formatter. It’ll show you that the second one is two statements:

        1. {} (the empty block)
        2. +[] coerce an empty array to a number: new Number(new Array())
        • I totally get that: use the right tools and you’ll be okay. This applies to many technologies in this space.

          With respect, I still take this advice like hearing “look out for rattlesnakes if you’re hiking there.” It might be safer to just hike where there are no rattlesnakes, instead.

          • @flying_sheep@lemmy.ml
            link
            fedilink
            1
            edit-2
            4 months ago

            You’re right, of you have compete freedom, do that. If the place you want or need to go to is most comfortably reachable via rattlesnake road, bring boots.

            In other words, if you don’t think the wasm landscape is mature enough to build a web thing with it, you are stuck with JavaScript, but you don’t have to rawdog it. I haven’t run in a single weird thing like this in years of writing typescript with the help of its type system, ESLint and a formatter.

    • @marcos@lemmy.world
      link
      fedilink
      54 months ago

      It’s not even the coercion that is the problem here. The types are already bad by themselves.