-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy pathUML.json
More file actions
18 lines (18 loc) · 903 Bytes
/
UML.json
File metadata and controls
18 lines (18 loc) · 903 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"title": "UML (Unified Modeling Language)",
"subtext": "Standard for expressing software architecture with diagrams",
"categories": ["Design"],
"author": "halukerenozlu",
"description": {
"title": "UML (Unified Modeling Language)",
"texts":[
"The Unified Modeling Language is a collection of methods that define and explain how business systems can be modeled.",
"UML simplifies complexities, keeps communication channels open, automates the production of software and processes, helps resolve persistent architectural issues, improves work quality, and reduces costs and time to market."
],
"image": "https://www.drawio.com/assets/img/blog/class-diagram-example.png",
"references": [
"https://tr.wikipedia.org/wiki/UML",
"https://miro.com/diagramming/what-is-a-uml-diagram/"
]
}
}