C++ Unit Testing from the Inside Out
Bill discusses the benefits of test first programming in an instrumented C++ telecommunications application.
November 30, 2000
Categories:
Articles
Bill discusses the benefits of test first programming in an instrumented C++ telecommunications application.
Piers Thompson sent me a good question about my recent database articles. I suspect others would like to hear the question and answers.
Here’s the current code, and some commentary, for the “But We Need a Database” article. UPDATED: Comments on Python style.