vault backup: 2025-12-17 17:03:56

This commit is contained in:
2025-12-17 17:03:57 -05:00
parent 526d4c1b42
commit f360418710
48 changed files with 5263 additions and 468 deletions
@@ -0,0 +1,38 @@
---
id:
aliases: []
title: Object Oriented Programming for Construction Estimating
tags:
- authorship/original
- destiny/permanent
- status/incomplete
- topic/construction
- topic/estimating
- type/cross-topic
---
# Object Oriented Programming for Construction Estimating
Cross-topic of [[object-oriented-programing]] and [[construction-estimating]].
### Estimating As Code
#### Compared to Existing Frameworks
Traditional methods interact with an existing database.
EaC builds a static database at runtime,
allowing flexibility of input.
* define variables
* search and replace
* undo
#### Project Structure
Organizational info (items, assemblies) as submodules.
Solves database conflicts by pinning estimates to a commit.
#### Related Notes
* [[breakdown-objects]]
* [[assembly-objects]]
* [[labor-factoring]]