Ask HN: Does a front-end JavaScript framework impact team structure / behavior?
Our team is going to start using AngularJs and I’m keen to understand what (if any) impacts these frameworks could have on the team and how best to deal with them.
I’m pretty confident there will be learning curve to deal with, but also potentially more separation of skills.
Great to understand people’s experiences and how to best organise the team and dev process to better use these frameworks.
5 comments
[ 0.26 ms ] story [ 19.3 ms ] threadI cannot really offer exact things you can use , but I can share some insights , as we are also in a similar situation.
As you have mentioned that its Angular.js project , I am assuming you will have an internal API , make sure there is a clear API Doc .
For inspiration :
https://github.com/wordnik/swagger-spec
http://developer.wordnik.com/docs.html#!/
You really cannot expect a backend developer to learn Angular.js just like that.
I hear this a lot, "I have completed the back end work and waiting for the front end guys to do it" .( can be the other way also , but they can always use mocks ). This is where proper planning has to be done.
it will be good to have a generalist who can contribute to both the front end and back end.
will try to add more info after a while .