Presentation is loading. Please wait.

Presentation is loading. Please wait.

A Method for Improving Code Reuse System Prasanthi.S.

Similar presentations


Presentation on theme: "A Method for Improving Code Reuse System Prasanthi.S."— Presentation transcript:

1 A Method for Improving Code Reuse System Prasanthi.S

2 Content Abstract Introduction Pros and Cons of code reuse system Problem Statement Solution Conclusion

3 Abstract Software companies spend more money on development of new products, reuse becomes a more appealing solution. Software assets means the reusable artifacts within the software companies. How can then reusing code help the company? – Code reuse is a good way to put together a solution using tested and implemented code. The advantage with code reuse is that the company can be able to work faster. Alternative lower their costs and get more effective to give them a great advantage against their competition on the market.

4 Introduction Software Engineering is concerned with processes, techniques and tools which enable us to build “good” systems Software reuse is the reapplication of a variety of kinds of knowledge about one system to another system in order to reduce the effort of development and maintenance of that other system Types of Reuse – Knowledge reuse Artificial reuse – Reuse of use cases, standards, design guidelines, domain-specific knowledge. Pattern reuse – A design pattern is a solution to a common problem in the design of computer systems – Reuse of publicly documented approaches to solving problems – Software reuse Code reuse – Reuse of (visible) source code Inheritance reuse – Using inheritance to reuse code behaviour Template reuse – Reuse of common data format/layout Components – Reuse of prebuilt, fully encapsulated component Framework reuse – Collection of basic functionality of common technical or business domain for components

5 Pros and Cons of code reuse system Pros of code reuse system – Increased dependability Reused software, which has been tried and tested in working systems, should be more dependable than new software because its design and implementation faults have already been found and fixed. – Reduced process risk The cost of existing software is already known, while the costs of development are always a matter of judgment. This is an important factor for project management because it reduces the margin of error in project cost estimation. This is particularly true when relatively large software components such as subsystems are reused. – Standards compliance Some standards, such as user interface standards, can be implemented as a set of standard reusable components. For example, if menus in a user interface are implemented using reusable components, all applications present the same menu formats to users. The use of standard user interfaces improves dependability because users are less likely to make mistakes when presented with a familiar interface. – Accelerated development Bringing a system to market as early as possible is often more important than overall development costs. Reusing software can speed up system production because both development and validation time should be reduced.

6 Pros and Cons of code reuse system Cons of code reuse system – Increased maintenance cost If the source code of a reused software system or component is not available the maintenance costs may be increased because the reused elements of the system may become increasingly incompatible with system changes. – Lack of tool support CASE toolsets may not support development with reuse. It may be difficult or impossible to inte grate these tools with a component library. The software process assumed by these tools may not take reuse into account. – Creating and maintaining a component library Populating a reusable component library and ensuring the software developers can use this library can be expensive. – Finding, understanding and adapting reusable components Software components have to be discovered in a library understood and, sometimes, adapted to work in a new environment. Engineers must be reasonably confident of finding a component in the library before they will make include a component search as part of their normal development process.

7 Problem Statement Conducting the literature review gave an understanding that having a tool like this leads to a performance gain for the company which in turn makes them more popular to their clients. A company without a code reuse system will have to reinvent the wheel over and over; code already developed in earlier projects is often developed again in a later project, thus increases the costs, time and money for the company. This is why it is so important that the companies have some sort of system and/or library that they can use out in the field.

8 Solution One of the best solution for code reuse system is making a good tool. A properly working cod e reusing tool will benefit the company with: Enables developers to produce more code per time unit. Ensuring that the inserted code is working well, because it is already in use in other projects. Saves the developers time when debugging and testing, thus the code has already be en debugged and tested. Creates a standard process in code storing.

9 Conclusion Code reuse system is a good way to helps the company to work faster. A properly working code reusable tool will helps the company for reducing their money and time for the development of new software products.


Download ppt "A Method for Improving Code Reuse System Prasanthi.S."

Similar presentations


Ads by Google