From 2e8d1798efd9cdd6db9fc642ea7e470fd872a80d Mon Sep 17 00:00:00 2001 From: Ishan Shah <36073037+ishanshah710@users.noreply.github.com> Date: Sun, 20 Mar 2022 10:52:53 +0530 Subject: [PATCH 1/2] Update resources.md Added github link of object oriented design course (educative.io) --- resources.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources.md b/resources.md index 4cfb09d..389f25d 100644 --- a/resources.md +++ b/resources.md @@ -7,6 +7,9 @@ - Patterns of Enterprise Application Architecture - Design Patterns: Elements of Reusable Object-Oriented Software +## OOD Github link +- https://github.com/tssovi/grokking-the-object-oriented-design-interview + ## Blogs - [Design Patterns](https://refactoring.guru/design-patterns) - [Design Patterns and Refactoring ](https://sourcemaking.com/) From 751ea646180262094adb942e5dc3e363d554267a Mon Sep 17 00:00:00 2001 From: Ishan Shah <36073037+ishanshah710@users.noreply.github.com> Date: Sun, 20 Mar 2022 10:59:48 +0530 Subject: [PATCH 2/2] Update resources.md --- resources.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources.md b/resources.md index 389f25d..6b4e09d 100644 --- a/resources.md +++ b/resources.md @@ -7,8 +7,8 @@ - Patterns of Enterprise Application Architecture - Design Patterns: Elements of Reusable Object-Oriented Software -## OOD Github link -- https://github.com/tssovi/grokking-the-object-oriented-design-interview +## Github link (Educative.io) +- [Object Oriented Design](https://github.com/tssovi/grokking-the-object-oriented-design-interview) ## Blogs - [Design Patterns](https://refactoring.guru/design-patterns)