From 4e51f33c022d95f719815c899788893a3995651d Mon Sep 17 00:00:00 2001 From: asdevgit <32041546+asdevgit@users.noreply.github.com> Date: Sun, 1 Oct 2017 00:16:20 +0100 Subject: [PATCH] Added CodeComplete2 book into practice section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dea12e6..e92a0df 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,7 @@ But knowing the stuff will help you become better! :muscle:* - :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_) +- :book: [Code Complete 2](https://www.goodreads.com/book/show/4845.Code_Complete) - :book: [Professor Frisby's Mostly Adequate Guide to Functional Programming](https://drboolean.gitbooks.io/mostly-adequate-guide/content/) - :book: [SICP: Structure and Interpretation of Computer Programs](https://www.goodreads.com/book/show/43713.Structure_and_Interpretation_of_Computer_Programs) - :page_facing_up: [Thirteen Ways of Looking at a Turtle](https://fsharpforfunandprofit.com/posts/13-ways-of-looking-at-a-turtle-3/)