15 quick yes/no questions and associated recommendations for creating better embedded software and firmware.
Author: Matthew Eshleman
UML Statechart tips: Handling errors when entering a state
My second post with tips for designing with UML startcharts is now available over at embeddedrelated.com. Hope it is useful! The first post, discussing exit-state behavior, may be found here.
UML Statechart tip: Be wary of exit-state behavior
Be wary of exit-state driven behavior when designing for UML statecharts.
Community + Business == Heartwarming Story
I grew up in the great state of Arkansas. My parents and grandparents were always in-touch with the local and national news and encouraged us to keep up with current events. The Arkansas Gazette and later the Arkansas Democrat-Gazette newspaper…
Why I prefer C++: “RAII All The Things!”
Learn how the C++ RAII idiom enables better code with reduced maintenance overhead.