# Recursos código limpio

**Libros**

* [Code Smells.](https://sourcemaking.com/refactoring/smells)
    
* [Refactoring por Martin Fowler](https://martinfowler.com/books/refactoring.html)
    
* [Clean code por Robert Martin, Dean Wamper](https://www.amazon.com/-/es/Clean-Code-Handbook-Software-Craftsmanship/dp/0132350882)
    
* [Básicos de clean code](https://gist.github.com/wojteklu/73c6914cc446146b8b533c0988cf8d29)
    
* Hacer ejercicio de un código hecho, y revisar.
    
    * Crear PR de código limpio
        
* Testing
    
    * Tangentially related for determining whether we can trust our tests, but not for test code structure feedback [https://mutatest.readthedocs.io/en/latest/](https://mutatest.readthedocs.io/en/latest/)
        
    * [Better testing through mutations](https://podcasts.apple.com/us/podcast/thoughtworks-technology-podcast/id881136697?i=1000568230647)
        
*  [Pragmatic Thinking and Learning: Refactor Your Wetware](https://pragprog.com/book/ahptl/pragmatic-thinking-and-learning)
