vault backup: 2026-05-07 17:12:50

This commit is contained in:
2026-05-07 17:12:50 -04:00
parent c6e180827b
commit 9b64e7495f
21 changed files with 89 additions and 56 deletions
@@ -0,0 +1,33 @@
---
title: Object Oriented Programming for Construction Estimating
tags:
- 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]]
* [[estimate-laboring]]