|
April 13, 2011
If you’re working in C, or on limited footprint, embedded systems, you have to do without a lot of things that you might enjoy when working with larger systems. But you don’t have to give up on good development techniques: you can use Test Driven Development even on the smallest systems. James Grenning, one of the 17 authors of the Agile Manifesto, shows you how. Now in print and shipping from pragprog.com/titles/jgade.
Tell your friends! Tweet this
Test Driven Development for Embedded C
TDD is a modern programming practice that all C developers need to know. It’s a different way to program—unit tests are written in a tight feedback loop with the production code. You get valuable feedback every few minutes. You find mistakes before they become bugs. You get early warning of design problems. You get immediate notification of side-effect defects.
You get to spend more time adding valuable features to your product.
James is one of the few experts in applying TDD to embedded C. With his years of training, coaching, and practicing TDD in C, C++, Java, and C# he will lead you from being a novice in TDD to using the techniques that few have mastered.
This book is full of code written for embedded C programmers. You don’t just see the end product, you see how code and tests evolve. James leads you through the thought process and decisions made each step of the way. You’ll learn techniques for test-driving code right next to the hardware, and you’ll learn design principles and how to apply them to C to keep your code clean and flexible.
To run the examples in this book, you will need a C/C++ development environment on your machine, and the GNU GCC tool chain or Microsoft Visual Studio for C++.
Now in print and shipping from pragprog.com/titles/jgade.
Dave & Andy
Books • eBooks • Screencasts • PragPub Magazine
PragProg.com
[[peek_image]]
Manage your subscription using your account, or permanently unsubscribe here. Sent by the Pragmatic Programmers, LLC. • P.O. Box 293325 • Lewisville, TX 75029
|