Software Architecture

πŸ—ΊοΈ Software Architecture β€” MOC

Map of Content. Principles, patterns, and structural decisions in software systems.

See also: CSS & Styling Architecture β€” tokens, cascade, and the component styling contract.

Angular UI Patterns

Component structure & placement

Data grids

State & editor patterns

Core notes

All linked notes

LIST
FROM [[Software Architecture]]
WHERE type = "zettel" OR type = "source"
SORT file.name ASC

Open questions

  • When does co-locating schema + runtime become a liability (hard to evolve independently)?
  • What is the minimal viable reactive primitive before you need a framework?