equipment Posted April 17, 2012 Share Posted April 17, 2012 The title describes the question. If you do so, how do you keep protocol of the decisions made? How would such protocol look like in a way that one could come back half a year later and still know exactly what has happened and which decisions have been made so that one can follow back the progress of the project. I would appreciate tips. Quote Link to comment https://forums.phpfreaks.com/topic/261115-when-programming-do-you-keep-protocol-of-every-decision-made/ Share on other sites More sharing options...
gristoi Posted April 17, 2012 Share Posted April 17, 2012 have a google on using source control in projects, such as git, cvs, and subversion Quote Link to comment https://forums.phpfreaks.com/topic/261115-when-programming-do-you-keep-protocol-of-every-decision-made/#findComment-1338157 Share on other sites More sharing options...
Philip Posted April 17, 2012 Share Posted April 17, 2012 Yup. Revision control system, emails, project management systems, etc. Just log everything Quote Link to comment https://forums.phpfreaks.com/topic/261115-when-programming-do-you-keep-protocol-of-every-decision-made/#findComment-1338162 Share on other sites More sharing options...
equipment Posted April 17, 2012 Author Share Posted April 17, 2012 Yup. Revision control system, emails, project management systems, etc. Just log everything Suggestions for my case? It is a project I am reckless with, it is one of the quick projects you mock up put up and want see what will happen with it. Quick decisive changes are pre-programmed. Quote Link to comment https://forums.phpfreaks.com/topic/261115-when-programming-do-you-keep-protocol-of-every-decision-made/#findComment-1338171 Share on other sites More sharing options...
Maq Posted April 17, 2012 Share Posted April 17, 2012 Check out Github, it's a very popular and well designed form of version control. Quote Link to comment https://forums.phpfreaks.com/topic/261115-when-programming-do-you-keep-protocol-of-every-decision-made/#findComment-1338186 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.