Year: 2009
-
Code reviews and proofreading your code
Apart from our regurlar scheduled weekly codereviews, which has the usual benefits, lately, some developers of the team I am working with are actively started asking me to proofread their code. I am very happy about that because going over the code with somebody else will catch bugs, enhances the style of the code (and…
-
Cyclomatic complexity of 110 percent!
Resharper PowerToys gives our code a whopping 110% of cyclomatic complexity! ..and this is only for a method that has two foreach-loops! Well, one of the loops has an inner-loop with some if-statements but was that really so complex? Anyway, the good thing about Resharper is that it warns us that our code gets too…