- Reusability
In
computer science andsoftware engineering , reusability is the likelihood a segment of source code can be used again to add new functionalities with slight or no modification. Reusable modules and classes reduce implementation time, increase the likelihood that prior testing and use has eliminated bugs and localizes code modifications when a change in implementation is required.Subroutine s or functions are the simplest form of reuse. A chunk of code is regularly organized using modules or namespaces into layers. Proponents claim that objects andsoftware component s offer a more advanced form of reusability, although it has been tough to objectively measure and define levels or scores of reusability.The ability to reuse relies in an essential way on the ability to build larger things from smaller parts, and being able to identify commonalities among those parts. Reusability is often a required characteristic of platform software. Reusability brings several aspects to
software development that do not need to be considered when reusability is not required.Reusability implies some explicit management of build,
packaging , distribution, installation, configuration, deployment, maintenance andupgrade issues. If these issues are not considered, software may appear to be reusable from design point of view, but will not be reused in practice.Software reusability more specifically refers to design features of a software element (or collection of software elements) that enhance its suitability for reuse.
Many reuse design principles were developed at the WISR workshops. http://www.umcs.maine.edu/~ftp/wisr/SEN-pap/node1.html
Candidate design features for software reuse include:
* Adaptable
* Brief: small size
* Flexible
* Parameterization
* Generic
* Fast
* Simple: low complexity
* Localization of volatile (changeable) design assumptions (David Parnas )
* Modularity
* Stability under changing requirements
* Extensibility
* Consistency
* Correctness
* OrthogonalityConsensus has not yet been reached on this list on the relative importance of the entries nor on the issues which make each one important for a particular class of applications.
See also
*
Code reuse External links
* http://frakes.cs.vt.edu/renews.html
* http://www.umcs.maine.edu/~ftp/wisr/SEN-pap/node1.htmlNow important fact is that the not only Software ,also component can be resu
Wikimedia Foundation. 2010.
См. также в других словарях:
Reusability — [engl.], Wiederverwendbarkeit … Universal-Lexikon
reusability — noun see reusable … New Collegiate Dictionary
reusability — n. * * * … Universalium
reusability — noun the property or degree of being reusable … Wiktionary
reusability — ● ►en /boarpf/ n. f. ►OROBJ réutilisabilité en français … Dictionnaire d'informatique francophone
reusability — n. ability to be used again, ability to be reutilized … English contemporary dictionary
reusability — re us•a•bil′i•ty n … From formal English to slang
reusability — n … Useful english dictionary
Service-oriented architecture — (SOA) is a method for systems development and integration where functionality is grouped around business processes and packaged as interoperable services . SOA also describes IT infrastructure which allows different applications to exchange data… … Wikipedia
Web template — A web template is a tool used to separate content from presentation in web design, and for mass production of web documents. It is a basic component of a web template system. Web templates can be used to set up any type of website. In its… … Wikipedia