8
Trithon
5y

Unpopular opinion: JS isnt that bad (given you use ES6+). Only node needs to die, and if possible please yesterday.

Comments
  • 10
    The languages are fine.
    It's the NPM mentality that needs to die in a fire.
  • 2
    @Root
    const isOdd = require('is-odd');

    console.log("2 is an odd number: " + isOdd(2));
  • 0
    I think there was a bug in is-odd and is-even, where is-odd would output true for not numbers whereas is-even would output true. Not sure tho.
  • 0
    Why? I thought Node was fine.
  • 1
    can someone explain that to me? i use node since some time and it seems pretty awesome.
  • 2
    @Root That and the fact that people want to to use one language for everything even if it wasn't designed for such things, resulting in a mess.
  • 1
    Imagine all the npm packages being written in wasm.
  • 2
    I like Node.
  • 2
    @SukMikeHok he just insulted my love, which I also kinda hate, but love at the same time
  • 0
    As someone who devs in JS daily I think it is fine. The problem is people importing packages for every little thing even when you can do it yourself with 10 lines for example.
  • 1
    Wtf is wrong with node do u even have any idea how fast node is op
  • 2
    @nitwhiz at least it would be fast...er.
Add Comment