Sure, but I'd expect a paid web developer to be aware of the statelessness of http to begin with, and also to rely on testing to get any form of guarantee of any kind. What I find ironic is that creating the illusion of…
Practically speaking it's done a lot. Even outside of web development. For example Gradle (a java build system) runs a daemon that hosts a bunch of tasks that run and die. Docker does it with images. The browser does it…
Anything, in any language can be written to not share state, to reload everything on every request and to throw out after the response. We're setting the bar pretty low for what's a good thing in a language here.
JSX being transformed into JS allows you to test your logic (minus brower/acceptance testing) in node, even if you load css and do weird stuff with webpack. I am not looking at anything else until that is true for <put…
Sure, but I'd expect a paid web developer to be aware of the statelessness of http to begin with, and also to rely on testing to get any form of guarantee of any kind. What I find ironic is that creating the illusion of…
Practically speaking it's done a lot. Even outside of web development. For example Gradle (a java build system) runs a daemon that hosts a bunch of tasks that run and die. Docker does it with images. The browser does it…
Anything, in any language can be written to not share state, to reload everything on every request and to throw out after the response. We're setting the bar pretty low for what's a good thing in a language here.
JSX being transformed into JS allows you to test your logic (minus brower/acceptance testing) in node, even if you load css and do weird stuff with webpack. I am not looking at anything else until that is true for <put…