II.
Topic JSON
Structured · livetopic:pair-programming
Pair Programming json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:pair-programming",
"_kind": "Topic",
"_file": "domain/topics/topics-engineering-practices.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Pair Programming",
"description": "Pair Programming as a cross-cutting topic - two developers working\ntogether at one workstation with defined driver/navigator roles. Covers\nstrong-style pairing, ping-pong pairing with TDD, remote pairing tooling,\nand mob/ensemble programming as an extension. Addresses knowledge transfer,\ncode quality improvement, and the productivity tradeoffs of synchronous\ncollaboration versus solo work.\n"
},
"outgoingEdges": [
{
"from": "topic:pair-programming",
"to": "domain:software-engineering",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "domain:software-engineering",
"to": "topic:pair-programming",
"kind": "contains"
}
]
}