Source Control Terminology

Build, tree, forked, merged, trunk, beta, lock-down etc. More on the source control terminology … [http://www.longhornblogs.com/robert/archive/2005/09/05/14585.aspx] [via Robert McLaws]…

Knowledge Management Systems

Here’s an excerpt from a very interesting article [http://www.changedrivers.com.au/DrivingChange/Knowledgemgt.htm] I read on Knowledge Management Systems by Alan Ward. > In his book “Future Shock”, Alvin Toffler notes that if you were to take the time that human beings have been in…

Three people for version 1

Three people for version 1 [http://37signals.com/svn/archives2/three_people_for_version_1.php?17]. An intersting observation that might just apply to most small & medium scale projects.…

Small scale RUP

Using RUP to manage small projects and teams [http://www-128.ibm.com/developerworks/rational/library/jul05/kohrell/]…

Successful Strategies for Commenting Code

Successful Strategies for Commenting Code [http://www.particletree.com/features/successful-strategies-for-commenting-your-code] . My personal favorite is the VS.NET’s in-built commenting feature for C# [http://www.thecodeproject.com/csharp/csharpcommentinganddocs.asp], which can be further utilized to auto-genereate clean MSDN-style documentation using NDoc [http://ndoc.sourceforge.net/] (btw, there’s…

Windows Error Reporting Data

“What happens to all the crashes in programs not written by Microsoft that are submitted via Windows Error Reporting? Microsoft still collects and indexes them, and vendors can sign up to gain access to the error reporting database [http://www.microsoft.com/whdc/maintain/StartWER.mspx] to see the crashes…