|
|
Featured Products:
| 
|
PrismX - GUI Development
The PrismX development package is a professional quality graphical user interface toolkit created to meet the needs ...


Introducing EngineerZone, where
A new online technical support forum by Analog Devices providing direct access to DSP support engineers.
Search FAQs and ...


FileX®
FileX® is a high-performance MS-DOS FAT-16/FAT-32 compatible file system, fully integrated with ThreadX.
FileX combines ...

  |
| 
| 
|
| |
Advertise here! |
eg3 connect Got talent? Need VC / Angel Funding? If you are an entrepreneur with a great idea, or a VC / Angel investor looking for the brightest new people with the best new ideas in electronics - check out our 'eg3 connect' microsite!

| |
 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
 |
overview
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
In computer science and software 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.
Subroutines 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 and software components 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.
Source: Wikipedia (http://en.wikipedia.org/wiki/Reusability)
Here are the best overviews and tutorials for design reuse:
To browse all sites for 'DESIGN REUSE,' click
here
.
| |