Resumo do livro Clean Code: A Handbook of Agile Software Craftsmanship de Robert Cecil Martin.
Robert C. Martin, Clean Code: A Handbook of Agile Software Craftsmanship
Contribuições fazem com que a comunidade open source seja um lugar incrível para aprender, inspirar e criar.
Todas contribuições são extremamente apreciadas
- Realize um Fork do projeto
- Crie um branch com a nova feature (
git checkout -b feature/capitulo-10
) - Realize o Commit (
git commit -m 'Add new chapter'
) - Realize o Push no Branch (
git push origin feature/capitulo-10
) - Abra um Pull Request
- Allan Pires (Dois) - Developer & Member of He4rt Developers - Twitter
Made with 💜