Is JavaScript the "CO2" of the web?
Jerod Santo

Jerod Santo @jerodsanto

About: I make podcasts and stuff for developers @changelog

Location:
Omaha, Nebraska
Joined:
Jul 12, 2017

Is JavaScript the "CO2" of the web?

Publish Date: Jun 17 '19
13 5

"The vanilla JavaScript guy" joined JS Party last week and a fun metaphor was discussed:

Is web development stuck in the Hummer days? If so, is vanilla JS a bicycle? A Lime scooter? How far can this metaphor stretch?

You will 💯 want to listen to this and let us know your thoughts on the matter. The CO2 metaphor starts around the 20-minute mark (jump there) 💚💚💚

play pause JS Party

Comments 5 total

  • Ryan Smith
    Ryan SmithJun 17, 2019

    Thanks Jerod, I enjoyed the discussion. I think the big takeaway for me is "learning inertia", which is not worrying about the most optimal implementation but instead doing something rewarding that will motivate you to continue. Staying engaged will give valuable experience and hopefully motivate you to go a level lower and understand how things work. We as developers often fixate or debate on how best to solve a problem that we don't end up building anything.

    • Jerod Santo
      Jerod SantoJun 18, 2019

      💯% that's why I believe pragmatism (which focuses on progress over perfection) is the best overriding philosophy for developers to adopt. Get going, work with the tools you have today, make smart compromises, don't get stuck trying to do the perfect thing when the good thing is good enough.

  • Kyle Agronick
    Kyle AgronickJun 18, 2019

    I enjoyed the episode and found it funny that the Vanilla JS guy was totally fine with Svelt which is pretty much at feature parity with Vue.

    The funny thing about Svelt is that it generates so much code that eventually you hit an inflection point where having a static library would net you less code in the end.

    I'm curious how the vanilla guy is making completely JS based sites without a framework. You'll either have spaghetti code or end up writing your own framework in the end.

    • Thomas Tortorini
      Thomas TortoriniJun 18, 2019

      "spaghetti code" or not is related to the dev's skill, not technology, i'm sorry but you should say "I'll either have spaghetti code".

      It's like saying C/C++ are dangerous because they can SIGSEV, but in reality it's the dev who is dangerous with it's absence of precision...

  • Meghan (she/her)
    Meghan (she/her)Jun 19, 2019

    Javascript may be the gasoline of the Web but it definitely isn't the Hummer of the web. The problem is with developers. Too many still thinks Hummers are cool.

Add comment