
BONUS: Listener Question on Repository Organization
Published: April 24, 2025
Duration: 15:42
## Key Topics
* [00:30] Introduction to the listener's question about repository granularity in embedded development
* [01:15] The listener's approach: separate repositories for different work products in safety-critical industries
* [03:20] Luca's initial reaction and concerns about over-complication
* [05:45] Discussion of monorepo approaches and configuration management
* [08:10] The concept of micro-repositories and parallels to microservices
* [11:30] Using feature flags and CI pipelines instead of repository separation
## Notable Quotes
> "You're splitting something which ought to be joined together into different repositories and hiding whatever is happening within the...