Dependency Injection has become an established part of good design in the past decade, as it allows us to control…
A common problem in embedded programming is that we need to ensure, that there is always memory available for certain…
Most of the embedded world is still stuck in C – a language that is nearing it’s 50th birthday. C++…
Disclaimer: The codesnippets in this post are made up to highlight the problems of hungarian notation. They are not actual…