An open API service indexing awesome lists of open source software.

https://github.com/andrehora/library-refactoring

Library refactoring example
https://github.com/andrehora/library-refactoring

dcc-es2 python refactoring

Last synced: 3 months ago
JSON representation

Library refactoring example

Awesome Lists containing this project

README

          

[![tests](https://github.com/andrehora/library/actions/workflows/tests.yml/badge.svg)](https://github.com/andrehora/library/actions/workflows/tests.yml)

# Library refactoring example

Neste exercício, iremos refatorar um sistema simples para aluguel de livros de uma biblioteca. Este exercício é adaptado do livro Refactoring de Martin Fowler e Kent Beck.

- [Parte 1](parte1.md)
- [Parte 2](parte2.md)