diff --git a/docs/jargon.1.gz b/docs/jargon.1.gz index 0f8a621..9532c26 100644 Binary files a/docs/jargon.1.gz and b/docs/jargon.1.gz differ diff --git a/docs/jargon.html b/docs/jargon.html index 988b805..5a35ddd 100644 --- a/docs/jargon.html +++ b/docs/jargon.html @@ -18,7 +18,7 @@ Free Documentation License".
-This file last generated Sunday, 02 December 2018 11:37AM UTC +This file last generated Sunday, 02 December 2018 11:44AM UTC
1. To consume, usu.: used with up. The output spy gobbles characters out of a tty output buffer.
2. To obtain, usu.: used with down. I guess I'll gobble down a copy of the documentation tomorrow. See also snarf.
++ In object oriented programming a this is an object which encapsulates way too many things. Such objects usually aren't part of the design but evolved over time as each patch added slightly more code mass to the snowball. +
adj. [prob.: from folklore's golden egg ] When used to describe a magnetic medium (e.g., golden disk , golden tape ), describes one containing a tested, up-to-spec, ready-to-ship software version. Compare platinum-iridium. One may also go gold , which is the act of releasing a golden version. The gold color of many CDROMs is a coincidence; this term was well established a decade before CDROM distribution become common in the mid-1990s. diff --git a/docs/jargon.org b/docs/jargon.org index cfd8115..31c2564 100644 --- a/docs/jargon.org +++ b/docs/jargon.org @@ -19,7 +19,7 @@ Free Documentation License". * Generated -This file last generated Sunday, 02 December 2018 11:37AM UTC +This file last generated Sunday, 02 December 2018 11:44AM UTC * Glossary ** ( @@ -4555,6 +4555,9 @@ A sacrificial file used to test a computer virus, i.e. a dummy executable that c 2. To obtain, usu.: used with down. I guess I'll gobble down a copy of the documentation tomorrow. See also snarf. +*** god object +In object oriented programming a this is an object which encapsulates way too many things. Such objects usually aren't part of the design but evolved over time as each patch added slightly more code mass to the snowball. + *** golden adj. [prob.: from folklore's golden egg ] When used to describe a magnetic medium (e.g., golden disk , golden tape ), describes one containing a tested, up-to-spec, ready-to-ship software version. Compare platinum-iridium. One may also go gold , which is the act of releasing a golden version. The gold color of many CDROMs is a coincidence; this term was well established a decade before CDROM distribution become common in the mid-1990s. diff --git a/entries/God_Object.txt b/entries/God_Object.txt new file mode 100644 index 0000000..2ed6a11 --- /dev/null +++ b/entries/God_Object.txt @@ -0,0 +1,5 @@ +god object + +In object oriented programming a this is an object which encapsulates way +too many things. Such objects usually aren't part of the design but evolved +over time as each patch added slightly more code mass to the snowball. \ No newline at end of file