Best practices: VCS usage flowchart
Read the article on my new blog under http://blog.js-development.com/2008/05/best-practices-vcs-usage-flowchart.html
So now there's the graphical representation of my yesterday's post. Computer scientists usually understand these graphs better ;) Comments, critics or improvements are very welcome.


2 Comments:
Similar to what we tell to do
http://www.ssw.com.au/ssw/Standards/Rules/RulesToBetterSourceControlwithTFS.aspx#TestDrivenProcess
Cool, haven't seen that.
"9. Get Latest (Always do a Get Latest before checking in as code you didn't change could break your code)"
This is the point where most devs fail :)
Post a Comment