Content: - 16 chapters (book/) across 4 Bagian - 32 diagram assets (assets/diagrams/) - Front/back matter (halaman judul, daftar isi/gambar/tabel, pustaka, glosarium, indeks, lampiran, tentang penulis) - 16 worksheets, 16 templates - Discussion modules (docs/) - BLUEPRINT, BOOK-SPEC, MASTER-ANCHOR, REFERENCES, PROJECT-TRACKER
26 lines
744 B
Markdown
26 lines
744 B
Markdown
# Bab 9 — Mindmap (Gambar 9.2)
|
|
|
|
```mermaid
|
|
mindmap
|
|
root(("**Bab 9**<br/>Implementation<br/>& Environment"))
|
|
("**Reproducible<br/>Implementation Model**")
|
|
("Specification → Code")
|
|
("Dependency pinning")
|
|
("Environment specification")
|
|
("Configuration management")
|
|
("Verification")
|
|
("**Research vs Engineering**")
|
|
("Exploratory code")
|
|
("Configuration-driven")
|
|
("Reproducibility first")
|
|
("**Environment Control**")
|
|
("Hardware documentation")
|
|
("OS & driver version")
|
|
("Dependency lock file")
|
|
("Container/VM option")
|
|
("**Cognitive Traps**")
|
|
("Works on my machine")
|
|
("Latest ≠ best")
|
|
("Hardcode = debt")
|
|
("Clean code ≠ goal")
|
|
```
|