Using Test Driven Development

Although I like the concept of Test Driven Development (TDD), I have yet to apply it in a corporate context as it might be excessively off the beaten path for management to accept comfortably.

As it will be difficult to explain TDD within 3 paragraphs, I have left it to Wikipedia to do the honours. Basically what it entails is to write the test case first before writing the code that is expected to pass the test case.

Leave a Reply

Your email address will not be published. Required fields are marked *