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
-
Wait. Do you mean you hired her to handle all of the JavaScript or you don't want to use JavaScript at all?
-
Root826008y@jaydev Not intentionally. I'm a full-stack rails dev who's working on an Electron/Angular (and therefore node) app.
But from my exposure to node over the last year, I kind of like it. -
Root826008y@jaydev NPM has problems, and it encourages bad practices.
There has been a bug for several years now where NPM silently fails to install arbitrary sub-dependencies. It also generates an insanely deeply-nested node_modules directory instead of using a flat module store. This makes deleting a project on Windows very difficult, among other things.
It also encourages using packages for everything, and effectively reinforces the myth that "someone else's code is always better." Not only is this a dangerous thing to teach, its practice encourages projects (including larger packages) to have hundreds of dependencies, thus exacerbating the aforementioned node_modules issues.
There was also that `leftpad` fiasco some time ago. -
jaydev3998y@Ashkin technically u r right...
Bt every thing has a downside...
I think u write functionilities ur self... -
creator22068yI like Node.js and have tried to train the front end devs in it. The backend guys didn't like it. They are cult followers of Python. 😂
Related Rants
We recently hired a fronted dev and she got confident enough to suggest we use nodejs, my literal reply:
We hired you so we would not have to deal with JavaScript.
Should see her face 😂
undefined
backend
nodejs
no