Musings from the Peanut Gallery

My thoughts on Software Development, RVing, New Space and anything else I feel like commenting on.

Musings from the Peanut Gallery header image 4

Entries from February 2009

Unit Testing and a Bureaucratic Organization

February 24th, 2009 · No Comments

I’ve been reviewing a unit test plan today. I should really be a simple document. Use this test framework. Write tests before writing code. Execute tests continually to verify good code.
Rinse and repeat until done. All tests will pass and after running a code coverage tool, justify any code not covered with tests.
But that apparently [...]

[Read more →]

Tags: Business · Software Development