II.
Methodology JSON
Structured · livemethodology:bottom-up
Bottom-Up Development json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "methodology:bottom-up",
"_kind": "Methodology",
"_file": "domain/methodologies/methodologies.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Bottom-Up Development",
"description": "A development approach that builds foundational components first, then composes\nthem upward. Identifies primitive/foundational components, implements and\nthoroughly tests base components, builds a reusable component library, composes\nbase components into higher-level components, tests composed components, and\ncontinues composing upward until the system is complete with final integration.\n",
"methodologyKind": "orchestration",
"origin": "Classic software engineering"
},
"outgoingEdges": [
{
"from": "methodology:bottom-up",
"to": "domain:software-engineering",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "lib-process:shared--bottom-up",
"to": "methodology:bottom-up",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
}
]
}