• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

how many design patterns are there?

 
Ranch Hand
Posts: 237
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I read head first design pattern.But there are only 15 of them.is it only 15 ?
 
Ranch Hand
Posts: 1936
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No there are 23 design patterns (GoF).
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I just thought of another one - so there are at least 16 :-) But seriously, there is no fixed number of patterns. If you can think of another one, describe it, and give it a name, then there's one more. Of course, people will not necessarily know about it unless it's widely publicized. Best known are the ones described in the book "Design Patterns: Elements of Reusable Object-Oriented Software" by Gamma et al.
 
Hong Anderson
Ranch Hand
Posts: 1936
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Actually when talking about patterns there are so many patterns other than design patterns like analysis patterns [Fowler], implementation patterns [Beck], architectural patterns, domain patterns [DDD], security patterns, enterprise integration patterns [Hohpe, Woolf].

Regarding design patterns, there are also domain specific design patterns like Core J2EE Patterns, SOA Design Patterns. However if mention only "design patterns" it probably means GoF's design patterns as the Design Patterns is the first book that documents software design patterns.
 
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Except that other languages have different design patterns. There's no fixed number of design patterns.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic