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]…
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]…
Softpanorama: Algorithms and Data Structures [http://www.softpanorama.org/Algorithms/index.shtml]…
Time Management Tips for Developers [http://www.codeproject.com/useritems/Time-Management-Tips.asp?print=true]…
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 [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.…
Using RUP to manage small projects and teams [http://www-128.ibm.com/developerworks/rational/library/jul05/kohrell/]…
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…
“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…