Update for 09-02-22 13:15

This commit is contained in:
Tyler Perkins 2022-02-09 13:15:01 -05:00
parent 4590e103fe
commit 35a7a188f7

View File

@ -1,6 +1,8 @@
= task_decomposition_approach =
= Task Decomposition Approach =
Decompose a high level task into low level subtasks.
* Makes it easier to break real world task into functions (easy to develop from)
* These tasks can be further broken down into smaller subtasks