From 46da9775623419b4142ca8fbc585b0dee233d956 Mon Sep 17 00:00:00 2001 From: Bruno Ferreira Date: Fri, 6 Oct 2017 12:46:32 +0100 Subject: [PATCH] Added Code Complete book Great classic book by Steve McConnell. Worth read whether you're a new developer or an experienced one. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b99e1d7..87f599b 100644 --- a/README.md +++ b/README.md @@ -90,8 +90,9 @@ But knowing the stuff will help you become better! :muscle:* - [System Design: A Primer](https://github.com/donnemartin/system-design-primer) ### Practices +- :book: [Code Complete](https://www.goodreads.com/book/show/4845.Code_Complete) - :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: [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_)