Test-Driven Development in Microsoft.NET
|
| Author
|
James W. Newkirk, Alexei A. Vorontsov |
| Publisher |
Microsoft Press
[http://www.microsoft.com/learning/books/default.asp] |
| ISBN |
0-7356-1948-4 |
| Published |
2003-04 |
| Price |
$39.99 USD |
| Features |
[257 pages]
[Site: http://www.microsoft.com/MSPress/books/6778.asp]
|
| Abstract |
A very good book on coding practices. Has plenty of code examples with absolutely NO Console.Writeline() code. It teaches the developer on how to write cleaner code the first time.
|
| Rating |
5
|
| Reviewer |
Ray Ellison |
| Categories | dotnet, mgmt, design |
|
I really like how the book stayed away from using Console.Writeline() samples.
The book teaches the developer how to, as the book puts it, write code Once and only once by testing the code as it's being written. It has very good examples of how not to write redundant code.