1
0
mirror of https://github.com/mtdvio/every-programmer-should-know.git synced 2025-07-31 12:00:25 +02:00

Added the book Clean Code

The book "Clean Code: A Handbook of Agile Software Craftsmanship", by Robert C. Martin is a must read for every software developer.
This commit is contained in:
Bruno Ferreira
2017-10-06 12:22:32 +01:00
committed by GitHub
parent f2147e0f81
commit 3f46bb2397

View File

@@ -91,6 +91,7 @@ But knowing the stuff will help you become better! :muscle:*
### Practices
- :book: [Working Effectively with Legacy Code](https://www.goodreads.com/book/show/44919.Working_Effectively_with_Legacy_Code)
- :book: [Clean Code: A Handbook of Agile Software Craftsmanship] (https://www.goodreads.com/book/show/3735293-clean-code)
- :book: [Test Driven Development: By Example](https://www.goodreads.com/book/show/387190.Test_Driven_Development)
- :white_check_mark: [Going To Production Checklist](https://github.com/mr-mig/going-to-production)
- :book: [Release It!](https://www.goodreads.com/book/show/1069827.Release_It_)