vault backup: 2025-10-10 14:37:17
This commit is contained in:
@@ -10,6 +10,19 @@ title: Separating Estimating Concerns
|
||||
---
|
||||
# Separating Estimating Concerns
|
||||
|
||||
> [!info] Separation of Concerns
|
||||
> Separation of concerns is a design philosophy
|
||||
> of eliminating unnecessary process coupling,
|
||||
> or in other words preferring specialization.
|
||||
> It is traditionally understood as a principle strictly of _software_ design,
|
||||
> however its applications are universal.
|
||||
|
||||
%%
|
||||
Minimize takeoff flow disruption
|
||||
|
||||
Decouple takeoff (description of work) from assembly selection:
|
||||
%%
|
||||
|
||||
## 1. Annotation
|
||||
|
||||
Annotation is documenting project scope as intended by its design.
|
||||
|
||||
Reference in New Issue
Block a user