|
|
|
|
|
by ktRolster
3770 days ago
|
|
Yeah, he says that a single day lost isn't really a big deal, although he knows it's going to happen again. The point of the article is that (to take his example) in Java world, as you get used to the ecosystem, things get easier and easier. It becomes comfortable. au contraire in the web/javascript world, things keep changing but they're still just as hard. |
|
Also, the author is using a Scala toolchain to build the JS frontend code. The standard toolchains (with the exception of Google Closure and Facebook's Flow) are all built around node.js.
There are even a number of code migrations available for React: https://github.com/reactjs/react-codemod -- but of course even those can't help you if you use non-standard tooling and let a web frontend codebase collect dust as browsers (and your dependencies) march forward.
Projects are never finished. If you cease working on a project, it just becomes unmaintained code.
EDIT: As someone seems to have flagged my account and I'm now apparently limited to two replies per hour or something ridiculous like that (yay for passive aggressive moderating tools?) my reply comes as an edit:
> That's a pretty shallow definition of easier.
It's a library that lets you describe DOM subtrees based on application state. How much simpler could it possibly be?
If you mean the toolchain, the keynote at React.js Conf made it clear that improving that part is a major goal for 2016 but none of that will help you if you want to solve everything with your existing Scala tools.