Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » C# » Code Quality   (RSS)

Leaky Functions\Barrel of Bugs

Jomo Fisher--Pop quiz. Consider this function call in C#: a = MyFunction(b); What information is exchanged between the caller and the function? When is the information exchange done? It would be nice if the answer was: MyFunction takes value b and returns
Posted by Jomo Fisher | 16 Comments
Filed under: ,

Code Quality Tip #3: Switch Gears, Eat your Dogfood

Jomo Fisher --Recently, the whole C# product unit took a week off from our regular work to do some App Building . We split up into teams and competed to see who could build the coolest application and find the most bugs in VS 2005. Given where we are
Posted by Jomo Fisher | 1 Comments
Filed under: ,

Hack the Build: Use the Whole Test-First Whale

Jomo Fisher--Writing code with Test-Driven-Development (TDD) takes about 30% longer than writing code without it. This was my experience on MSBuild. Still, as I noted here and here, I’m a fan of TDD. Code quality tip #2 explains why...
Posted by Jomo Fisher | 2 Comments
Filed under: , ,
 
Page view tracker