Primeiro Anterior Próximo Último         Casa


Common Code Patterns - Introduction - the context


Slide 2


Nota
We need to explain the context within this problem is found

- Small projects - It's not difficult to do code tracking, cleanup and optimization since in almost all cases the developers work in the same place, and it's easy to discover which kind of code we have implemented and it's quite simple to ask other developers to discover if a function to do something is already implemented

- Large Projects - Things begin to become more difficult, since we start to have distributed development teams, and it's not so simple to know if a code to do a specific task is already implemented. This cause code duplication, and here the problem starts.

- Large Open Source Projects - Here the problem is expanded, because we usually have large distributed development teams, and the project size is increased. Finding some specific source is so difficult, and code duplication happens many times.

Criado em Dom 15 Ago 2004 por Gustavo P. Boiko and Helio C. de Castro com o KPresenter