Keep public header files clean. Clean header files are easier to understand, improve build times, and simplify unit testing.
Category: Best Practices
Test
Code maintenance and magic numbers
We encounter many forms of magic numbers in the field of firmware and embedded software. How do we ensure maintainable code when working with these values? This post provides an exampl
Unit Testing of QP/C (qpc) based active objects using CppUTest
cpputest-for-qpc enables host based unit testing of active objects within the QP/C framework, using CppUTest.
Unit Testing with QP/C++ (qpcpp) and CppUTest
cpputest-for-qpcpp enables host based unit testing of active objects within the QP/C++ framework, using CppUTest.
What is an Active Object?
What is an active object? This post describes the key elements of this critical design pattern and provides concrete examples.