Home >
Embedded C Programming - Why Single Exit Point?
Ayinde Olayiwola - Watch Now - EOC
Embedded C Programming - Why Single Exit Point?
Ayinde Olayiwola
This talk is mainly focused on embedded engineers who write embedded codes for devices using C as their main language. There have been code bugs in millions of products around the world due to memory mismanagement and one of the causes of this crash is having multiple returns within a function. So I will be discussing extensively the recommended standards and rules to follow when programming embedded devices and why single exit point matters.