| Test-Driven Development for Embedded C++ Programmers |
|
|
|
| Written by James Grenning | ||||
|
This paper walks the reader through incrementally building an event logging class in C++ using TDD. This is meant to be an embedded example, but can apply to any C++ programmer interested in using TDD to write C++ programs. TDD for Embedded C++ Introduction Test-Driven Development is a technique for programming. Initially, it requires a lot of discipline. Over time it is addictive. TDD is a practice developed by Ward Cunningham and Kent Beck, and it is a key practice of Extreme Programming. This technique can be used very effectively for developing embedded software. If you need your software to work and want to have high test coverage, you should try TDD. Click here for the full article: Test-Driven Development for Embedded C++ Programmers
|
||||



