From 08776bec24b80ee82ad117ec4fabbb54ed420227 Mon Sep 17 00:00:00 2001 From: von-latinski <47537191+von-latinski@users.noreply.github.com> Date: Mon, 15 Jul 2019 19:39:14 +0200 Subject: [PATCH] Added Object Design Style Guide to Books --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dffcd70..06f972c 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,7 @@ - [Effective-Java-3rd-Joshua-Bloch](https://www.amazon.com/Effective-Java-3rd-Joshua-Bloch/dp/0134685997/ref=pd_sim_14_7) - [Node.js Design Patterns](https://www.packtpub.com/web-development/nodejs-design-patterns-second-edition) - [Game Programming Patterns](https://github.com/munificent/game-programming-patterns) +- [Object Design Style Guide](https://www.manning.com/books/object-design-style-guide) ## Other Awesome Lists - Other amazingly awesome lists can be found in the [awesome](https://github.com/sindresorhus/awesome) list.