Source control is one of those things that developers get really polarized about. Most agree that having source control on projects is a necessity, but that’s typically were the similarities end. Some folks are of the mind that every line of code, however insignificant, should be under source control. This provides records of what was [...]
Entries Tagged as 'best practices'
AnkhSVN and Visual Studio 2008
May 13th, 2009 1 Comment
Tags: ankhsvn · best practices · Development · Open Source · Programming · source control · subversion · svn · Technology · version control · visual studio · Windows
Regaining my Chops
June 30th, 2009 No Comments
It’s been a good long while since I’ve written much in the way of production code. I’ve tinkered here and there with some small side projects, but rarely have I given much thought into how those pieces of code were written so long as they got the job done; after all I didn’t expect [...]
Tags: best practices · commenting · Development · documentation · process · Programming · refactoring · software