7
votes
Why didn’t unit testing work out for your project?
I employed unit testing in a couple of projects I worked on (web applications, using business objects + stored procedures to perform CRUD operations on SQL databases).
Heavy use of …
1
vote
When do you add a new project for a nested namespace?
Just adding my 2 cents to this question, to expand Jon's answer with some "been there - done that" experience:
I did use, in several solutions, at least two projects named by namespace (wel …
