Update for 09-02-22 13:30

This commit is contained in:
Tyler Perkins 2022-02-09 13:30:01 -05:00
parent 35a7a188f7
commit ba8c85a434
1 changed files with 5 additions and 0 deletions

View File

@ -5,4 +5,9 @@ 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
== task action mapping ==
* One action should perform one task
* IE click button, one task occours