Recent entries...

What It Is Do we really need to describe it? Ideally you should have unit tests that exercises 100% of your code. What It Is Not A load tester End-to-end or integration tester. Why To reduce the number of bugs....

Always be building! What Your project should have a simple build process consisting of only three steps: Get the source, hopefully from your version control system. Verify the development environment to ensure that the correct software...