1

 2 // Design Patterns project page

 3 // The inspiration for this project is one of my favourite courses, Software Design

 4 // -------------------------------------------------------------------------------------------------------------------------------------------

 5

 6 class DesignPatterns: public Project {

 7

 8    name: DesignPatterns

 9

10    desc: Comprehensive resource for understanding and implementing design patterns in C++ and Java,

11          with detailed explanations, UML diagrams, and template implementations for each pattern

12

13    tools: Java, C++, UML, design patterns

14

15    github_link: Click here

16

17 }

18

19

20

21

22

Terminal