(code reuse) In programming, it is the use of existing software to develop new software.Code reuse has been used since the first days of programming.Programmers have always reused parts of a code, spreadsheets, functions or procedures.
The idea is that part or all of the code of a computer program written once, be or can be used in other programs.The reuse of programmed codes is a common technique that tries to save time and energy, reducing work redundant.
Software libraries or libraries are a good example.By using them code is being reused.
The most easily reusable software has certain characteristics: modularity, low coupling, high cohesion , information concealment, etc.
Related terms: • Cohesion • Modularity • Coupling • Information concealment
Comments
Post a Comment