Difference between revisions of "Code reuse"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (Created page with "'''Code reuse''', also called '''software reuse''', is the use of existing software, or software knowledge, to build new software, following the reusability principles. =...") |
Karl Jones (Talk | contribs) (→See also) |
||
Line 4: | Line 4: | ||
* [[Inheritance (object-oriented programming)]] | * [[Inheritance (object-oriented programming)]] | ||
+ | * [[Object-oriented programming]] | ||
* [[Technical debt]] - a metaphor referring to the eventual consequences of any system design, [[software architecture]] or [[software development]] within a [[codebase]]. | * [[Technical debt]] - a metaphor referring to the eventual consequences of any system design, [[software architecture]] or [[software development]] within a [[codebase]]. | ||
Revision as of 07:05, 23 August 2016
Code reuse, also called software reuse, is the use of existing software, or software knowledge, to build new software, following the reusability principles.
See also
- Inheritance (object-oriented programming)
- Object-oriented programming
- Technical debt - a metaphor referring to the eventual consequences of any system design, software architecture or software development within a codebase.
External links
- Code reuse @ Wikipedia