You are here |
anthonysciamanna.com | ||
| | | |
randycoulman.com
|
|
| | | | When we're writing automated tests for our code, it's easy to accidentally write a test that says exactly the same thing as the code does. This kind of test... | |
| | | |
martinfowler.com
|
|
| | | | Testing should be an integral part of programming, with automated tests providing confidence of correctness. | |
| | | |
henko.net
|
|
| | | | A deep dive into unit testing looking to answer why, how much, and what. | |
| | | |
blog.martinig.ch
|
|
| | Architecture is an important asset for good programming and the notion of "pattern" is here to help us apply already trusted code architecture solutions to common problems. Jason McDonald has done a wonderful job to group some of them in a document that should be useful to most software developers. Go to his blog to |