martin-fowler-book
There are 12 repositories under martin-fowler-book topic.
adamculp/refactoring101
The code here, represented as steps, is the progression of a refactoring on a legacy codebase. It is a PHP equivalent of the Java code shown in the Martin Fowler book "Refactoring".
Squaretechre/refactoring
:star2: Examples from Martin Fowler's "Refactoring: Improving the Design of Existing Code" implemented in Java with tests.
lucasrothamel/reading-recommendations
A list of must read books and web articles, as well as my own summary of professional programming standards
gabrielcaiana/refactoring-book-martin-fowler
conteúdo do livro refatoração escrito por Martin Fowler
mrbrunelli/exercicios-refatoracao
Exercícios de refatoração do livro "Refatoração - Aperfeiçoando o Projeto de Código Existente" de Martin Fowler
hamedsh/refactoring_book
Code examples of Martin Fowler's Refactoring book in python
mcupo/Patron-ActiveRecord
Ejemplo del patrón de persistencia Active Record en JAVA
MJbae/refactoring-with-codes
Summary of 'Refactoring 2/E' with the inclusion of qualified code examples
Jibaru/enterprise-application-patterns
Patterns of Enterprise Application Architecture (Martin Fowler) Examples
mauricio-ms/patterns-enterprise-application-architecture
Implementation of all the patterns from the book Patterns of Enterprise Application Architecture by Martin Fowler.
sc0v0ne/method_refactoring_change_function_declaration
This code aims to use the 'Change Function Declaration' refactoring method. Simple code to understand the method.
sc0v0ne/replace_query_with_parameter
Replace Query With Parameter