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
-
Thw things you learn at work ;) one day you will laugh of some one else and they will learn ;)
-
mundo0349795yIs this a node thing? Because node things suck, because node sucks.
See how I mocked the dependency hell?
Node sucks. -
@mundo03 It's a high performance webapp thing.
- You never write everything in a single file otherwise you're being messy and
- you only ever serve one js file, otherwise you're being inefficient
regardless of the framework in use. -
KDSBest7755y@Lor-inc I don't think node is so high performant. JS Interpretation even with V8 is slow.
-
@KDSBest What I meant was, you do this even without node. We do it with asp.net, we did it with Django before, we even used to do it with php. Bundling and minifying js is something you always do if you want high performance web code.
Me: this App is not working ...
... Few minutes later ...
Me: Can someone help me?
Coworker approaches : Are you trying to modify the bundle.js file?
Me: ...
Coworker tells the whole team and they start laughing at me 🤦♂️
rant