Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

No, you still don't need a web UI framework for rich front-end interactivity. That assumes however that your developers know how to write a callback function.


"You don't need a framework" assumes your developers will write code that operates with everyone else's code nicely, without accidently writing something that will be painful to remove in a year's time.

Frameworks generally enforce a pattern where things are quite well encapsulated, don't pollute global spaces, don't mess with prototypes, and manage callbacks well. Code written by one person, or a group of well-organised experts, also does that, but as soon as you have a less talented team, or a couple of juniors who aren't being overseen because the seniors are too busy, things creep in to the code that have the potential to blow up later. Frameworks help your team avoid those footguns (and introduce some different ones, but at least they're usually easier to manage).


Maybe the idea of throwing a bunch of junior devs at something is suspect to begin with?


but then the juniors never become the experts


They become managers long before that happens.


Yes true! I once had the honour to work with a 'tech-lead' dev that rewrote a whole map application to AngularJS, which was the hype back then. I remember him not being able to get a just slightly complicated chain of asynchronous stuff working in vanillaJS. No problem, because he had AngularJS double binding now. No need to learn vanillaJS. Wicked stuff.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: