Update for 09-02-22 13:00
This commit is contained in:
parent
1578c09955
commit
4590e103fe
@ -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_
|
||||
|
6
tech/task_decomposition_approach.wiki
Normal file
6
tech/task_decomposition_approach.wiki
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user