Common Code Patterns - Proposal - Advantages
Nota
- Multiplatform - This approach can be adapted to be used in any plataform, preventing the developers from searching the whole KDE code to find a specific function. In Linux, it is not so difficult, but it may be difficult in other systems.
- Improvements - Any improvement is done in only one place (in the CCP), and all applications that use this CCP take the benefits ot this improvement.
- Easy to fix - The code need to be fixed in only one place, preventing us from keeping unfixed copies of the code.
- Less build system problems - Since we don't need to link the application with any new library, we won't have problems with buildsystems.
- Quality - Reusing better code, you get a better final product
Criado em Dom 15 Ago 2004 por Gustavo P. Boiko and Helio C. de Castro com o KPresenter