From 4890289e75ddd1cb4e5876b1f9f8cbf8f05ca260 Mon Sep 17 00:00:00 2001 From: irmina90 Date: Sun, 25 Nov 2018 18:17:17 +0100 Subject: [PATCH] Add Code Complete book to general books recommendations (#22518) * Add Code Complete book to general books recommendations * add Design Patterns book --- guide/english/book-recommendations/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/guide/english/book-recommendations/index.md b/guide/english/book-recommendations/index.md index 8b83d2f5f4..4155a40e41 100644 --- a/guide/english/book-recommendations/index.md +++ b/guide/english/book-recommendations/index.md @@ -50,6 +50,14 @@ title: Books to Read for Programmers - [Amazon Smile](https://smile.amazon.com/Soft-Skills-software-developers-manual/dp/1617292397?pldnSite=1) - ISBN-13: 9781617292392 +*Code Complete: A Practical Handbook of Software Construction* - Steve McConnell +- [Amazon](https://www.amazon.com/Code-Complete-Practical-Handbook-Construction/dp/0735619670) +- ISBN-13: 978-0735619678 + +*Design Patterns: Elements of Reusable Object-Oriented Software* - Erich Gamma +- [Amazon](https://www.amazon.com/Design-Patterns-Elements-Reusable-Object-Oriented/dp/0201633612) +- ISBN-13: 978-0201633610 + ## Algorithms *Introduction to Algorithms, 3rd Edition (MIT Press)* by Thomas H. Cormen and Charles E. Leiserson