Slide 73
Slide 73 text
The ideal software structure is one having components that are
small and loosely coupled; this ideal structure is called ravioli
code. In ravioli code, each of the components, or objects, is a
package containing some meat or other nourishment for the
system; any component can be modified or replaced without
significantly affecting other components.
— http://www.gnu.org/fun/jokes/pasta.code.html
Ravioli Code