Comment on NodeJS vs Go
spacedogroy@feddit.uk 1 year ago
If you wanted to do both front and backend development TypeScript + JS/Node would make the most sense, no? I say this as someone who works with and enjoys working with Go almost every day, but there’s only so much time to learn new stuff.
Asudox@lemmy.world 1 year ago
I mean, I heard that new software engineers are allowed to work on the frontend first before the backend. So if I learnt JS now, I could master it, which would help me in the long run. Am I wrong?
NewDark@unilem.org 1 year ago
Entirely depends on your skillset and company. That might be true somewhere, but seems strange.
I do recommend you pick up typescript though. It will forcibly teach you some good habits, expectations, and some more base understanding of what you’re actually doing.
Asudox@lemmy.world 1 year ago
Yeah, I was thinking of using TS anyways. I saw some video that showed how weird JS handles stuff when you try to add two things and such. I also want to make it a habit to type everything anyways.
NewDark@unilem.org 1 year ago
There’s a bit of fiddling with configuration and using npm, but it’s not much overhead. There’s plenty of tsconfig settings to customize the process for your need, but most the defaults are quite sane.