Modern Dev Stuff applied to C99 Development
isDraft: true
ideas:
- small commits
- merge requests
- code in public, commit and push often, share often with the colleagues
- use CI
- write unittests
- abstract away the HW part
- test the pure C parts
- this creates architecture
- use ADRs