Comment by vinceguidry

Comment by vinceguidry a day ago

2 replies

NodeJS and the siren's song of using the same language on the server as the client.

Despite the popularity, node never caught up with rails in terms of features and productivity. I was part of a replatforming from rails to node some 10 years ago. So many things we had to just rewrite because there was no option at the time in node. The team lead that made the decision left half-way through the project. Second worst thing to happen to me in my career, after covid of course.

Spivak a day ago

Well and that JS is really fast thanks to V8 and TS has leapfrogged Ruby in terms of developer tooling. Personally I think Ruby is a nicer language and JS has a lot of odd quirks but it became Java. A good natural choice that can be used for any project.

  • vinceguidry 20 hours ago

    > leapfrogged Ruby in terms of developer tooling

    The only thing I would ever want from js is destructuring assignment. There's rightward assignment in ruby now but it's pretty clunky.

    > became Java

    Best laugh I've had all week.