From 4590e103fe77f639018c298b72f3b45bb622be3b Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Wed, 9 Feb 2022 13:00:01 -0500 Subject: [PATCH] Update for 09-02-22 13:00 --- tech/graphics.wiki | 4 ++++ tech/task_decomposition_approach.wiki | 6 ++++++ 2 files changed, 10 insertions(+) create mode 100644 tech/task_decomposition_approach.wiki diff --git a/tech/graphics.wiki b/tech/graphics.wiki index 2d0f923..e8e7282 100644 --- a/tech/graphics.wiki +++ b/tech/graphics.wiki @@ -13,6 +13,10 @@ Computer graphics is the field focusing on making a computer generate an image. * [[GUI]] +=== UI design process === + +* [[task_decomposition_approach]] + == Colorspaces == _Here begins the technical stuff_ diff --git a/tech/task_decomposition_approach.wiki b/tech/task_decomposition_approach.wiki new file mode 100644 index 0000000..7f0eecd --- /dev/null +++ b/tech/task_decomposition_approach.wiki @@ -0,0 +1,6 @@ += 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