From d34e687dd6536a3be32a9c87538baabdff699e96 Mon Sep 17 00:00:00 2001 From: Goutham-AR Date: Sun, 8 Nov 2020 22:08:18 +0530 Subject: [PATCH] Added the book 'Code Complete' under Practices category --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c72606f..44da1ce 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,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: [Code Complete](https://www.goodreads.com/book/show/4845.Code_Complete) - :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)