this post was submitted on 16 Jul 2023
712 points (92.4% liked)

Programmer Humor

32061 readers
1393 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 

No offence

you are viewing a single comment's thread
view the rest of the comments
[โ€“] dontblink@feddit.it 4 points 1 year ago (1 children)

Gotta say thar for someone who is currently following a JavaScript course this is pretty descouraging ahaha

I gotta say i also fell in that category of people trying to use JavaScript for stuff that is not exactly JavaScript suited. For example i'm writing a little script that changes markdown links in some files using the fs node, this is probably better suited to do in bash or other languages but the first thought was: i know a bit of JavaScript and that took a lot of time, what would be the point of learning a new syntax with all the stuff i will have to learn only on js!

[โ€“] jjjalljs@ttrpg.network 8 points 1 year ago

If it makes you feel better, many of the things you learn in JavaScript will be helpful in other languages. You already know what functions are, for example, so you don't need to relearn that. Even though JavaScript has some weirdness about functions.