Welcome to Manicprogrammer Sign in | Join | Help

Browse by Tags

All Tags » Tech » Testing   (RSS)

Dangers of LINQ

We love LINQ! We have used it for a lot of things on our project, and it has helped us with hitting a lot of deadlines. Unfortunately, in one instance it's been burning us for a few months now, and we didn't know it. Look at the code sample below. I've
Posted by willeke | 11 Comments
Filed under: , , ,

Continuous Integration - When and why?

Earlier today, on Twitter Me: Having issues with the positioning of continuous integration vs branching models lately. Absence of latent code pattern description, mostly. Scott: What are the issues? Me: Mostly around cross-team/large product situations
Posted by willeke | 0 Comments

DelegatingMatcher

Really easy thing that I thought would be in the nMock framework somewhere, but couldn't find: A way to call custom validation code against the matched object. With .NET2's anonymous delegates, it was pretty easy to whip up just such a beast (with a bonus
Posted by willeke | 0 Comments
Filed under: ,

Test With Development

I'm not quite to Test First, but I'm getting there. As an aside, the lack of having TestDriven.NET yet has forced me to actually use the NUnit GUI... not as bad as I used to think. It automatically reloads when you build the .dll it's pointing at, parses
Posted by willeke | 0 Comments
Filed under: ,