Data-directed programming
From Wikipedia, the free encyclopedia
Data-directed programming is a programming technique mentioned in Structure and Interpretation of Computer Programs. Essentially it is a "dispatch" technique on procedures for integrating separately developed data-type (f.ex. class) modules, based on the programmers manual setup of dynamical tables for procedure access.

