Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Activity for AdriZâ€
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Comment | Post #287083 |
Thank you for this detailed answer! (more) |
— | about 2 years ago |
Comment | Post #287079 |
Wow. Thank you very much, this goes beyond my request, these details are very interesting.
Indeed we are basing on Misra C for the coding rules.
For modular programming, you are preaching a convincing, it's just that currently, a lot of codes are not modular. :(
Thank you for this valuable e... (more) |
— | about 2 years ago |
Comment | Post #287062 |
Thank you very much for your wise answer. (more) |
— | about 2 years ago |
Edit | Post #287057 | Initial revision | — | about 2 years ago |
Question | — |
C naming convention, module trigrams? For my company, I'm writing naming conventions for embedded code in C language. - Function names must be named in lowerCamelCase() and start with a verb. - Global variables are in Majstartedlowercase and are noun groups. Exemple: void initCanDriver(); uint8t Candriverbuff... (more) |
— | about 2 years ago |