home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH01 / A01126.TXT < prev    next >
Encoding:
Text File  |  1993-11-23  |  384 b   |  7 lines

  1. There is some controversy over the effect that reusing code has on
  2. the execution time of a program.  You can argue that code that is
  3. customized for one application will be faster than generalized
  4. code.  On the other hand, using segments of generalized code
  5. can improve the overall design of a program.  Therefore,
  6. code reuse can, indirectly, improve the efficiency of the code.
  7.