node.js - Project Managment in GitHub - Nodejs -


i working part of team responsible building server side (nodejs) system has website (html 5 + js) , mobile application (cordova).

server's code placed @ github , each time make commit, data pushed server (heroku).

currently, (server side team) working in single branch (development) single server, , due this, have lots of conflicts each time 1 of commits code. problem have, though debug our code locally before committing it, forget or need change small (for example: website team demands change variable name send them) must make new commit. so, after week of work have 100 commits.

we have tried fork project slows project development.

could please refer me source explains how should manage our project?

first thing first, need compartmentalise development design not developers working on same scripts. module, class or component.

react example helps in case of break down web user interface development component. each engineer should working on different component as possible , conflict during integration minimal developer working on own component.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -