19

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 🤦‍♂️

Comments
  • 0
    How can you even edit it? Isn't it minified?
  • 0
    @M1sf3t @hack dev/prod?
  • 1
    Thw things you learn at work ;) one day you will laugh of some one else and they will learn ;)
  • 1
    Is this a node thing? Because node things suck, because node sucks.

    See how I mocked the dependency hell?
    Node sucks.
  • 2
    @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.
  • 0
    @Lor-inc node still sucks
  • 0
    @Lor-inc I don't think node is so high performant. JS Interpretation even with V8 is slow.
  • 1
    @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.
  • 0
    @Lor-inc true
Add Comment