Reuse-oriented Software Engineering
Explore reuse-oriented software engineering to understand how incorporating reusable software components and frameworks can accelerate web development. Learn the benefits of faster delivery and the trade-offs involving control and customization in software projects.
We'll cover the following...
We'll cover the following...
Introduction #
As we have already seen in the frameworks chapter, most software projects require some software reuse when people working on the project know of preexisting designs or codes that are similar to what is required. They look for these, modify them as needed, and incorporate them into their system according to its particular requirements. This is done regardless of the development process that is being used.
In ...