Indicação do livro Refactoring. Cãotural Jao_Ninguem em 04/03/23 19:09 Livro Ciências, Matemática e Tecnologia Refactoring Refactoring: Improving the Design of Existing Code Martin Fowler, Kent Beck Refactoring is a controlled technique for improving the design of an existing code base. Its essence is applying a series of small behavior-preserving transformations, each of which is "too small to be worth doing". However, the cumulative effect of each of these transformations is quite significant. By doing them in small steps you reduce the risk of introducing errors. You also avoid having the system broken while you are carrying out the restructuring - which allows you to gradually refactor a system over an extended period of time. Ver mais detalhes e avaliar