summaryrefslogtreecommitdiff
path: root/notes.txt
diff options
context:
space:
mode:
authorKarl Semich <fuzzyTew@gmail.com>2019-10-19 12:34:12 -0400
committerKarl Semich <fuzzyTew@gmail.com>2019-10-19 12:34:12 -0400
commit4df65b81480b3b2d36bdb0da41b79a05bf19911b (patch)
treef7203fb9ef2780da1a585295eb3609fb18a8e1c5 /notes.txt
parent91690224a115714b2e37460057e3fd5c4879885d (diff)
downloadstandingwithresilience-4df65b81480b3b2d36bdb0da41b79a05bf19911b.tar.gz
standingwithresilience-4df65b81480b3b2d36bdb0da41b79a05bf19911b.zip
added language components to notes
Diffstat (limited to 'notes.txt')
-rw-r--r--notes.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/notes.txt b/notes.txt
index e94986e..a20cb8f 100644
--- a/notes.txt
+++ b/notes.txt
@@ -1,6 +1,24 @@
The habits should be used to discern what is relevent; to form relevence.
The goal should be to choose a relevent habit and do that habit.
+These are the basic habits I thought up that a computer program has:
+ variables:
+ - create a place to store a value
+ - place a value in such a place
+ - retrieve a value from such a place
+ data-structures:
+ - make a class definition (collection of variables)
+ - initialize an object
+ - set/retrieve properties (variables)
+ flow:
+ - trigger a different step than the next, conditionally
+ procedures:
+ - collect a set of behaviors together
+ - trigger a collected set of behaviors and continue
+ expressions:
+ - evaluate arithmetic on variables and constants
+
+
That is:
========================================================================================================
- the active goal is to choose what to do and to what, and do it