educative.io

Why is the design pattern topic cut short?

Hi Team ,the design pattern topic is just finished by theory and no set of practical examples or usages are given. I don’t think just theory is sufficient to understand the design pattern . After desgin pattern section we are directly jumping to examples of llds . There must be at least some level of small code explainations for desgin pattern. Simply theory should’nt be laid out. Like the solid principle every principle have been demonstarted with a class diagram and example . Why can’t desgin pattern have the same ?


Course: https://www.educative.io/courses/grokking-the-low-level-design-interview-using-ood-principles
Lesson: Creational Design Patterns - Grokking the Low Level Design Interview Using OOD Principles

Any update on this ?

Hi @Pankaj_Shukla ,
This course focuses on fundamental object-oriented design concepts, UML diagrams, design principles, and design patterns. It covers 21 real-world design problems that are commonly encountered in object-oriented design interviews. The primary goal of this course is to present practical design problems (or Use Cases), along with a brief overview (or refresher) of design patterns for learners.

We understand your concern about the need for practical examples and code explanations for design patterns. However, please note that we have a separate course dedicated to design patterns, where each design pattern is discussed in detail and accompanied by practical examples. You can find more information and access that course through the following links:

1. Master Software Design Patterns and Architecture in C++
2. Software Design Patterns: Best Practices for Software Developers
3. Software Design Patterns in C

Happy Learning :slight_smile:

1 Like

Thanks this helps . I have started using second course for understanding design patterns :grinning: