vault backup: 2025-10-10 14:37:17

This commit is contained in:
2025-10-10 14:37:17 -04:00
parent fb46ae17d3
commit 55b9385f62
79 changed files with 860 additions and 728 deletions
+13
View File
@@ -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.