II.
Topic JSON
Structured · livetopic:factory-pattern
Factory Pattern json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:factory-pattern",
"_kind": "Topic",
"_file": "domain/topics/curated-topics.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Factory Pattern",
"description": "Factory Pattern as a cross-cutting topic - delegating object creation to a\ndedicated construction interface or function.\n"
},
"outgoingEdges": [
{
"from": "topic:factory-pattern",
"to": "domain:software-engineering",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "domain:software-engineering",
"to": "topic:factory-pattern",
"kind": "contains"
}
]
}