bottom-up implementation
From S23Wiki
| This is the JargonFile (V4.00) entry for bottom-up implementation - Next: bounce, Prev: bottom feeder | |
| :bottom-up implementation: /n./ Hackish opposite of the techspeak term top-down design. It is now received wisdom in most programming cultures that it is best to design from higher levels of abstraction down to lower, specifying sequences of action in increasing detail until you get to actual code. Hackers often find (especially in exploratory designs that cannot be closely specified in advance) that it works best to *build* things in the opposite order, by writing and testing a clean set of primitive operations and then knitting them together. | |
| * (text is auto-included via JargonExtension by mutante using jargon with VERSION 4.0.0, 24 JUL 1996 - JargonFile by Eric S. Raymond is in the public domain) | |

