Bundles
Bundles are higher-level reusable groupings built from multiple modules.
They are useful when a repeated scope is larger than a single module but still benefits from structured reuse.
When to Use a Bundle
Section titled “When to Use a Bundle”Use bundles when a recurring scope naturally includes multiple coordinated module elements.
Why Bundles Matter
Section titled “Why Bundles Matter”They let teams reuse broader construction patterns without flattening everything into one oversized module.
Best Practices
Section titled “Best Practices”- keep modules focused
- use bundles for coordinated scope, not as a substitute for module quality
- document what the bundle is intended to represent