Writing Generic Procedures

If a procedure is to be generic, i.e. reusable for a variety of data representations, it must make minimal assumptions about its data:

Any assumption in a generic procedure becomes a requirement when the procedure is reused.

Contents    Page-10    Prev    Next    Page+10    Index