II.
Topic JSON
Structured · livetopic:code-complexity
Code Complexity json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:code-complexity",
"_kind": "Topic",
"_file": "domain/topics/topics-expanded.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Code Complexity",
"description": "Code Complexity as a cross-cutting topic — measuring and managing\ncyclomatic complexity, cognitive complexity, and coupling metrics to\nmaintain a codebase that is understandable, testable, and safe to change.\nInforms refactoring priorities and review standards.\n"
},
"outgoingEdges": [
{
"from": "topic:code-complexity",
"to": "domain:software-engineering",
"kind": "belongs_to_domain"
},
{
"from": "topic:code-complexity",
"to": "domain:qa-testing",
"kind": "belongs_to_domain"
}
],
"incomingEdges": []
}