Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Resources for Learning Design Patterns [closed]

Recently I came about this concept of Design Patterns, and felt really enthusiastic about it. Can you guys suggest some resources that help me dive into Design Patterns?

like image 939
munna Avatar asked Apr 04 '09 08:04

munna


People also ask

How long does it take to learn design pattern?

At JetBrains Academy, you can get an introduction to design patterns and learn five types of the most common creational patterns in just 1 hour.

Is design patterns book still relevant?

Design patterns are a set of solutions for the most common problems in software design. The most commonly used patterns came from the book published in 1994. The question is, do we still need them in our modern software projects? The short answer is: yes, we do.


2 Answers

You know, for me, one of the best books out there is Head First Design Patterns. I personally like the style that they use to communicate the material.

like image 66
Mitch Baker Avatar answered Oct 13 '22 12:10

Mitch Baker


Wikipedia, the Gang of Four book, and if you're specifically interested in C# implementations there's a decent site here.

like image 31
Steven Robbins Avatar answered Oct 13 '22 13:10

Steven Robbins