4 ms·
what the clueless developer says: it's concurrent what the clueless eng manager says: the same code can run on the server and client. no more front end hiring
by asdf99 11y ago
what the clueless developer says: it's concurrent
what the clueless eng manager says: the same code can run on the server and client. no more front end hiring hell!
- daneel 11y agoThe ability to deploy the same code to front end and back, for me anyway, works out quite well. With browserify, I can write common utilities and require the code using the commonJS module system. It's pretty seamless. Doesn't change the skill set necessary for front end development in any way though.