CSC/ECE 517 Fall 2010/ch2 S20 CR: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
== Categories of Code Reuse == | == Categories of Code Reuse == | ||
=== Internal Code Reuse === | === Internal Code Reuse === | ||
Suppose a team needs to start a new project.In order to start the project the team can use all possible reusable components that it has built earlier instead of again re-creating them.Such usage of reusable components is referred as Internal Code Reuse. | |||
=== External Code reuse === | === External Code reuse === |
Revision as of 05:07, 6 October 2010
Introduction to Code Reuse
Advantages of Code Reuse
Disadvantages of Code Reuse
Categories of Code Reuse
Internal Code Reuse
Suppose a team needs to start a new project.In order to start the project the team can use all possible reusable components that it has built earlier instead of again re-creating them.Such usage of reusable components is referred as Internal Code Reuse.