15

Want to bundle your files: Node.
Want to minify your scripts: Node.
Want to tree shake your code: Node.

FUUUUUCK OOOOOOOOOOOOOFF I DON'T WANT NODE

Comments
  • 2
  • 8
    S3nd N0des!
  • 1
    Exactly
  • 2
  • 1
    Wait till you containerise everything
  • 0
    @agentQ I actually do containerize all the things XD
  • 1
    @catholic-emacs If only Deno had all the libraries for it D:
  • 0
    So, how else are you gonna bundle javascript with tools that are at least as platform independent as javascript?
  • 0
    @homo-lorens Funnily enough, I currently use PHP to bundle my JS and CSS XD
  • 0
    @FinlayDaG33k I don't think that's an improvement compared to node tbh.
  • 0
    @homo-lorens Considering I mainly work in PHP and that most of my stack was PHP-based anyways... it's a severe improvement.

    (yes yes yes, I know you are just hopping on the "BuT pHp SuCkS" joke wagon)
  • 1
    @FinlayDaG33k I mean, if the rest of the project is in PHP then it's clearly better. Involving PHP in a project just to bundle JS isn't any better than involving Node.
  • 1
    @FinlayDaG33k I really think php is bad, but if you're using it you might as well save yourself some compatibility struggles by using it for everything.
  • 1
    @homo-lorens I personally think PHP is a great language that gets far more hate than it really deserves, then again, you are entitled to have your own opinions on it and may refuse to use it if you don't want to.

    It works for me and allows me to get stuff done quick and easy without compromising on anything that really matters for my purposes (which is making websites).

    It ofc isn't without it's flaws (like it's pretty massive overhead) but it does it's job.

    Just wish for stuff like async/await really D:
Add Comment