Skip to content

Commit 3c4cbdd

Browse files
committed
add process model usecases cheatsheet
1 parent 3c0e1fb commit 3c4cbdd

File tree

9 files changed

+26
-11
lines changed

9 files changed

+26
-11
lines changed

.makemd/fileCache.mdc

218 Bytes
Binary file not shown.

.makemd/superstate.mdc

19 Bytes
Binary file not shown.

.obsidian/plugins/make-md/Spaces.mdb

0 Bytes
Binary file not shown.

.obsidian/plugins/make-md/data.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"//Resources/Resources/images",
4444
"//Modeling Principles",
4545
"//Resources",
46-
"//Process Models/Process Models/images",
47-
"//The Agile Philosophy"
46+
"//The Agile Philosophy",
47+
"//Process Models"
4848
],
4949
"expandFolderOnClick": true,
5050
"spacesFolder": "Tags",

.obsidian/workspace.json

+14-9
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,14 @@
1111
"id": "ed77337e31365b76",
1212
"type": "leaf",
1313
"state": {
14-
"type": "empty",
15-
"state": {},
14+
"type": "markdown",
15+
"state": {
16+
"file": "Snippets and Cheatsheets/Process Models Use cases.md",
17+
"mode": "source",
18+
"source": false
19+
},
1620
"icon": "lucide-file",
17-
"title": "New tab"
21+
"title": "Process Models Use cases"
1822
}
1923
}
2024
]
@@ -159,12 +163,13 @@
159163
"state": {
160164
"type": "outline",
161165
"state": {
166+
"file": "Snippets and Cheatsheets/Process Models Use cases.md",
162167
"followCursor": false,
163168
"showSearch": false,
164169
"searchQuery": ""
165170
},
166171
"icon": "lucide-list",
167-
"title": "Outline"
172+
"title": "Outline of Process Models Use cases"
168173
}
169174
}
170175
],
@@ -187,6 +192,10 @@
187192
},
188193
"active": "ed77337e31365b76",
189194
"lastOpenFiles": [
195+
"Process Models/Other Process Models.md",
196+
"Snippets and Cheatsheets/Process Models Use cases.md",
197+
"Snippets and Cheatsheets/Snippets and Cheatsheets.md",
198+
"Snippets and Cheatsheets",
190199
"The Agile Philosophy/Sprints.md",
191200
"README.md",
192201
"The Agile Philosophy/DSDM Principles.md",
@@ -206,7 +215,6 @@
206215
"The Agile Philosophy/Scrum Principles.md",
207216
"The Agile Philosophy/Agile Principles.md",
208217
"The Agile Philosophy/The Definition of Agility.md",
209-
"Process Models/Other Process Models.md",
210218
"Process Models%2FUnified Process Model (UP).md",
211219
"Principles/Planning Principles.md",
212220
"Principles/Contribution Principles.md",
@@ -215,8 +223,6 @@
215223
"Principles/Preparation Principles.md",
216224
"Principles/Coding Principles.md",
217225
"Principles/Deployment Principles.md",
218-
"Principles/Construction Principles.md",
219-
"Principles/Communication Principles.md",
220226
"The Agile Philosophy",
221227
"Principles/Modeling Principles",
222228
"Principles",
@@ -227,7 +233,6 @@
227233
"Canvas/Waterfall model.canvas",
228234
"Process Models",
229235
"Tags",
230-
"Software Architecture/Architectural Patterns",
231-
"Software Architecture"
236+
"Software Architecture/Architectural Patterns"
232237
]
233238
}

.space/context.mdb

0 Bytes
Binary file not shown.
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"_joins":[],"_contexts":[],"_links":[],"_sort":{"field":"rank","asc":false,"group":false,"recursive":false},"_template":"","_templateName":"","defaultSticker":"","readMode":false}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
| Process Model | When to Use |
2+
| --------------------------- | ---------------------------------------------------------------------------------------- |
3+
| Waterfall | When requirements are well understood and unlikely to change |
4+
| V Model | When high reliability and thorough testing are required |
5+
| Incremental | When there is a need to deliver parts of the system early and get feedback |
6+
| Unified Process (UP) | When the project is large, complex, and requires iterative development |
7+
| Component-Based Development | When reusable components are available or the system can be built from them |
8+
| Formal Methods | When correctness and mathematical precision are critical (e.g., safety-critical systems) |
9+
| Aspect-Oriented Design | When cross-cutting concerns like logging or security need modular handling |

Snippets and Cheatsheets/Snippets and Cheatsheets.md

Whitespace-only changes.

0 commit comments

Comments
 (0)