So my guess would be that things are going to slow down soon. Not completely; JS might remain one of the most turbulent ecosystems. But I think there will be a sharp dropoff in churn.
Ask HN: Is all programming constantly changing or just front-end JavaScript?
21–30 of 139 posts
Re: Ask HN: Is all programming constantly changing or just front-end JavaScript?
#22I have code I wrote in TCL in 2001 that still works and runs in production today.
Re: Ask HN: Is all programming constantly changing or just front-end JavaScript?
#23Much of JS's turbulence in the past 5 years has centered on it coming into its own as a "real" programming language/ecosystem. Modules, a headless VM, reactive patterns for user interfaces. All of these are things that other languages started out with, whereas JavaScript started out as, well, a scripting language. It was just sprinkled atop HTML pages, not running the whole show. So my guess would be that things are…
Re: Ask HN: Is all programming constantly changing or just front-end JavaScript?
#24From what I could see, the amount of churn in the Javascript world is unsurpassed by anything in software or product, almost to an order of magnitude. I ended up being a product designer (my main, academic education), a frontend, and a backend with varying levels of expertise in my lifetime, so I have some direct experience. My current advice as of April 2019 is to keep calm, if you can stay away from JS, do it, if y…
Re: Ask HN: Is all programming constantly changing or just front-end JavaScript?
#25From what I could see, the amount of churn in the Javascript world is unsurpassed by anything in software or product, almost to an order of magnitude. I ended up being a product designer (my main, academic education), a frontend, and a backend with varying levels of expertise in my lifetime, so I have some direct experience. My current advice as of April 2019 is to keep calm, if you can stay away from JS, do it, if y…
Re: Ask HN: Is all programming constantly changing or just front-end JavaScript?
#26Edit: the "brochure" - https://lisp-lang.org/
Re: Ask HN: Is all programming constantly changing or just front-end JavaScript?
#27From what I could see, the amount of churn in the Javascript world is unsurpassed by anything in software or product, almost to an order of magnitude. I ended up being a product designer (my main, academic education), a frontend, and a backend with varying levels of expertise in my lifetime, so I have some direct experience. My current advice as of April 2019 is to keep calm, if you can stay away from JS, do it, if y…
These are real, tangible performance benefits, so I'm going to need some kind of compelling evidence as to why avoid Webpack.
Re: Ask HN: Is all programming constantly changing or just front-end JavaScript?
#28Re: Ask HN: Is all programming constantly changing or just front-end JavaScript?
#29Re: Ask HN: Is all programming constantly changing or just front-end JavaScript?
#30I think what has changed is a lot more people are writing SPAs (sometimes for good reasons, sometimes for bad ones) and are shocked by the complexity. It's like any other type of development: pick the right tools for your job and know them well.