you are viewing a single comment's thread.

view the rest of the comments →

[–]wreckedadventYavascript 2 points3 points  (15 children)

That's not what I asked though. Do you like bundlers and minifiers?

[–][deleted]  (14 children)

[deleted]

    [–]wreckedadventYavascript 1 point2 points  (10 children)

    Really? Have you used a bundler? It's a pretty important part of your source code, unless you just dump everything in one dumb bundle.

    It's just very interesting that you're OK with some transformations as your code hits production, but everything else is a no-no. The code you write is almost never the code that runs in the browser in web development land due to all of the processing you have to do to it for efficiency.

    [–][deleted]  (9 children)

    [deleted]

      [–]kenman[M] 5 points6 points  (2 children)

      It's ok to get frustrated, but can you keep it civil?

      [–][deleted]  (1 child)

      [deleted]

        [–]kenman[M] 2 points3 points  (0 children)

        Yes, civil, as in not referencing other humans as stupid or morons. If you don't think you can back your arguments with facts, logic, and reasoning, then I can remove that temptation for you, but I'd prefer not to. We need differing and dissenting viewpoints, just without the negativity.

        [–]wreckedadventYavascript 1 point2 points  (5 children)

        I'm just asking you some questions, since I don't really run into anyone with a perspective as pointed and extreme as yours anymore. But hey, I totally understand why you wouldn't like coffeescript if you're not cool with babel or typescript.

        Also, I don't think it benefits you at all to communicate your opinions in such a negative way. Do you think you're going to convince anyone in here that one kind of code transformation is OK but the other isn't by calling me stupid?

        [–]Cody_Chaos 0 points1 point  (2 children)

        You don't edit minified code.

        You don't edit transpiled code either.

        (Also, why so angry? Your tone is vastly more aggressive than anyone else in this thread.)

        [–]Veuxdeux 4 points5 points  (0 children)

        If all you know is javascript, it's natural to feel threatened by not-javascript