# Reusability ## MicroSim spec - **Recommended sim type:** library / reuse - **Microsimmability score:** 79/100 - **Layout:** drawing region (canvas) on top; control region (sliders/buttons) below. ### Parameters (tunable controls) - `Generality` - `Coupling to context` - `Reuse instances` ### What animates A component is reused across projects; cumulative cost savings grow as generality rises and context [[Coupling|coupling]] falls. ### Learning objective Relate reuse payoff to generality and contextual coupling. ## Links (Wikipedia order) <!-- injected from _registry/childlinks/Reusability.json (2026-07-30T02:09:12Z) --> [[Accuracy_and_precision]] · [[Adaptability]] · [[Algorithmic_efficiency]] · `Code_reuse` · `Complexity_(disambiguation)` · `Computer_configuration` · [[Computer_programming]] · `Consistency` · [[Correctness_(computer_science)]] · `DevOps` · [[Extensibility]] · [[Flexibility_(engineering)]] · `Generic_programming` · `ISO/IEC_9126` · `Installation_(computer_programs)` · `List_of_system_quality_attributes` · [[Loose_coupling]] · [[Maintainability]] · [[Non-functional_requirement]] · [[Orthogonality]] · [[Orthogonality_(programming)]] · `Packaging` · [[Reliability_engineering]] · [[Robustness_(computer_science)]] · [[Scalability]] · `Software` · `Software_build` · `Software_deployment` · `Software_design` · `Software_development` · `Software_maintenance` · [[Software_portability]] · [[Software_quality]] · [[Software_quality_assurance]] · [[Software_quality_control]] · [[Software_quality_management]] · [[Software_sizing]] · `Software_system` · [[Software_testability]] · `Speed` · `Stability_model` · `Upgrade` · [[Usability]] > p5.js MicroSim stub · part of System Quality Attributes · [Wikipedia source](https://en.wikipedia.org/wiki/Reusability) > Relation: subfield of system quality attributes. ## Concept summary Reusability is the degree to which a component can be used again in new contexts, amortizing development cost. ## Build checklist - [ ] Claim it: set `status: in-progress` + `lease` + `leased_at` - [ ] Write the child page explaining the concept (tie it back to system quality attributes) - [ ] Finalize parameter ranges and defaults - [ ] Implement the p5.js sketch (drawing + control regions) - [ ] Add caption + the learning objective on the page - [ ] Set `status: done` ## p5.js sketch ```javascript // MicroSim: Reusability let controls = {}; function setup() { // createCanvas(...); create sliders for the parameters above. } function draw() { // background(...); read controls; render library / reuse; respond live. } ``` --- Back to System Quality Attributes · Wikipedia: [Reusability](https://en.wikipedia.org/wiki/Reusability) --- <!-- SEMIOTIC-PROFILE:START --> ## Semiotic profile > *The semiotic universals this article invokes, machine-derived from the crossref — **unverified** (born so). Populated 2026-07-06 for the Systems room.* **Universals (1):** 🟡 system (5) **Enter by sign:** Systems Semiotic Gateway · Alphabetum · Icon Registry · ← Systems Portal <!-- SEMIOTIC-PROFILE:END --> ## Wikipedia : Wikitube **Strict pair:** [Wikipedia](https://en.wikipedia.org/wiki/Reusability) : [Wikitube](https://en.wikitube.io/wiki/Reusability) ## Previous hub tags Tree parent: [[Reliability_engineering]]. Legacy hubs: none. --- *Sources: 1 legacy note. Minted wave 1, 2026-07-30 (v1.6 order).*