You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/GLOSSARY.md
+2-10Lines changed: 2 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,6 @@ This is a glossary of terms as used in this essay. These do not necessarily have
6
6
7
7
Slang for unknown-unknown. Problems that cannot presently even be conceptualized that will steal time away from the project and wreck the schedule.
8
8
9
-
### boss
10
-
11
-
The person or entity that gives you tasks. In some cases this may be the public at large.
12
-
13
9
### printlining
14
10
15
11
The insertion of statements into a program on a strictly temporary basis that output information about the execution of the program for the purpose of debugging.
@@ -42,10 +38,6 @@ Big improvements that cost little.
42
38
43
39
The initiator of projects.
44
40
45
-
### garbage
46
-
47
-
Objects that are no longer needed that hold memory.
48
-
49
41
### business
50
42
51
43
A group of people organized for making money.
@@ -80,7 +72,7 @@ Memory can be said to be heap allocated whenever the mechanism for freeing it is
80
72
81
73
### garbage
82
74
83
-
Allocated memory that no longer has any useful meaning.
75
+
Memory which is being taken up by objects your application no longer needs.
84
76
85
77
### garbage collector
86
78
@@ -140,4 +132,4 @@ A document meant to be the starting point of a technical discussion. A strawman
140
132
141
133
### white-paper
142
134
143
-
An informative document that is often meant to explain or sell a product or idea to an audience different than the programmers of that product or idea.
135
+
An informative document that is often meant to explain or sell a product or idea to an audience different than the programmers of that product or idea.
0 commit comments