-2
votes
Generating classes automatically from unit tests?
I use Rhino Mocks for this, when I just need a simple stub.
http://www.ayende.com/wiki/Rhino+Mocks+-+Stubs.ashx …
0
votes
Partial Classes in C#
As mentioned earlier, I too think this is a code smell.
If a class is so big that it needs to be split into more files, means that it is breaking the single responsibility principle and doi …
