Search Results

20
votes

Best Practices of Test Driven Development Using C# and RhinoMocks

Definitely a good list. Here are a few thoughts on it: Write the test first, then the code. I agree, at a high level. But, I'd be more …