is there any new design patterns available other than the patterns covered by GoF book and Head First Design Patterns? Have any one of you used your own design patterns in your projects? Please let me know. if possible give some UML Diagrams. Thanks in advance.
is there any new design patterns available other than the patterns covered by GoF
Share
Have you come across the concept of Anti-Patterns yet? I came across these in the book “AntiPatterns: Refactoring Software, Architectures, and Projects in Crisis” – which I feel is a great read (note: this is a personal recommendation). This book reviews commonly identified mistakes in software projects and then attempts to provide a resolution, quite often using a GoF pattern. Interestingly many of the anti-patterns seem to originate in a design pattern being incorrectly applied.