process management - How do I develop a system of checks and balances for coders -
how
- get multiple developers working on same wordpress blog or same code type of website
- be able preview changes
- have control on , who's changes implemented
- have ability undo changes if break something?
what asking "how manage development team?"
you need source control system (of there many, free, good).
but having not going fix problem - need development process follow. there many development processes (ideologies) out there, better others, none of them should used in totality (you end using bits , pieces several, use fits needs).
the process dictates what developers should do. source control system helps how done. using source control, can branch , merge code, , dictate changes make release version of product.
once have source control system in place, , process of reviewing , vetting changes made code, , automated build process (if applicable), end result cleaner - if implemented there should no need "undo changes if break something", because dodgy code never make source control system (but can roll within source control if does).
edit: note have not advocated particular source control system or development methodology, best left decide suits needs. every advocate of particular system, there doesn't reason, difficult definitive "this system best" type of answer.
Comments
Post a Comment