From ba8c85a434f811b4a08d7ff143e0fa59f0dd1565 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Wed, 9 Feb 2022 13:30:01 -0500 Subject: [PATCH] Update for 09-02-22 13:30 --- tech/task_decomposition_approach.wiki | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tech/task_decomposition_approach.wiki b/tech/task_decomposition_approach.wiki index f2b34e8..beb7e17 100644 --- a/tech/task_decomposition_approach.wiki +++ b/tech/task_decomposition_approach.wiki @@ -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 +