Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
stisch48147yEnjoy your journey into Node! When you become frustrated with gulping, browserfying, and minifying just throw your hands up and say, "I've had it with JavaScript, I'm gonna learn Java!"
Then enjoy your journey into Java! When you become frustrated with gradle scripts, bizarre yml configs, and exhaustive stream() expressions just throw your hands up and say, "I've had it with Java, I'm gonna learn C!"
Then enjoy your journey in C! When you become frustrated with compiling errors, segfaults, and abstract library dependencies just throw your hands up and say, "I've had it with C, I'm..."
Then go edit your resume with the word 'Senior' and auction yourself off to the highest salary in whatever language they want.
Also by this time you'll be aware of some kind of vortex called 'the singularity' pulling you in. Just ignore that. -
@Hammster Hey, I didn't mean to like TypeScript. It just simplifies dealing with the weakly typed mess that is JavaScript that it became a no-brainer to me. VanillaJS feels weird when writing and arguing about.
-
@k0pernikus If i want strong and secure types i do rust and wasm. Not bashing typescript but i dont think it solves real js issues properly it just hides them behind a transpiler with type check and polyfills. There are things i like about typescript though, for example the tooling and opinionated aproches that lower the risk of accidental complexity. But in comparison to rustc its a joke :P
-
@Hammster I am not disagreeing with you. If you want to go for a different strongly typed language, be my guest :) Currently, I coding much more scala and am annoyed by the lack of functional programming within TypeScript. Yet that being said: TypeScript beats plain old JavaScript at any day.
-
kiki352497yNode is modern php, an excellent thing when you just need a minimum viable product really quick, the duct tape of languages.
Need cpu-heavy stuff? Use Go.
Need complicated data transformations to be efficient? Use Clojure.
Related Rants
Started learning node.js
Please bless me node devs 🙏🏻
rant
npm
node js