Code reuse: Difference between revisions

Content deleted Content added
+cat Category:Programming paradigms, merge Reusability
Marudubshinki (talk | contribs)
No edit summary
Line 1:
{{merge|Reusability}}
 
A [[computer programming]] [[programming paradigm|paradigm]] in which one writes small bits of code to accomplish a common task. The same code can then be reused in a later project, saving the programmer time and energy. Various other paradigms have been invoked to accomplish code reuse over the years, including [[Procedural programming]], [[Object-oriented programming]] and [[Generic programming]].
 
{{compu-stub}}
 
[[Category:ProgrammingSoftware paradigmsdesign patterns]]