II.
Methodology JSON
Structured · livemethodology:top-down
Top-Down Development json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "methodology:top-down",
"_kind": "Methodology",
"_file": "domain/methodologies/methodologies.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Top-Down Development",
"description": "A development approach starting with high-level design and decomposing into\nimplementation details. Begins with overall system architecture and requirements,\ndesigns high-level components and interfaces, decomposes each into subcomponents,\ncontinues until reaching implementable units, implements from top to bottom using\nstubs/mocks for lower levels, progressively refines stubs with real implementations,\nand integrates from top to bottom.\n",
"methodologyKind": "orchestration",
"origin": "Classic software engineering"
},
"outgoingEdges": [
{
"from": "methodology:top-down",
"to": "domain:software-engineering",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "lib-process:shared--top-down",
"to": "methodology:top-down",
"kind": "follows_methodology",
"attributes": {
"weight": 1
}
}
]
}