|
|
| | Why Node.js makes me uncomfortable | | 4 points by cannibalXxx on Oct 11, 2023 | hide | past | favorite | 9 comments | | I've always programmed with php for the web and during that time I've never needed to download packages (like npm) and update them. When I needed a specific function, like sending emails, uploading files or making my application drier, I just had to look at the documentation and implement it. But with node.js it doesn't work like that, and that bothers me. If I'm wrong, please correct me |
|

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact
|
However, and I know this an unpopular perspective, but I believe that easy-to-access libraries via package registries was actually the greatest advance for software engineering ever. Because it took code reuse to a new level.
Take a look at Deno and Bun if you want to get into JavaScript but rely less on packages.
I suspect that Rust and other languages that can be compiled to web assembly will continue to pick up momentum though.
AI may push towards more buttoned-up platforms however, since that makes it easier for AI to generate code that works.
But where we are heading eventually may be specialized agents coordinating to do the programming and eventually to some degree just handling some interfaces live or automatically configuring interfaces between systems or subsystems.