this post was submitted on 16 Jun 2023
93 points (96.0% liked)

Programmer Humor

32371 readers
581 users here now

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

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 2 points 1 year ago (1 children)

regular javascript is actually okay in my book. It's just node.js that I despise because of all it's weirdness. Javascript should just be able to be opened in a browser and run with no fuss.

[โ€“] [email protected] 1 points 1 year ago

Javascript should just be able to be opened in a browser and run with no fuss

It can be. But if you want to have modules you need to use something to compile them into a single file.