DEV Community

Discussion on: Design Patterns in Java

Collapse
 
samwho profile image
Sam Rose

Looking at your list, there are some patterns there that could be combined with other patterns. Strategy and command are fairly similar, as are the factory and builder patterns.

If you do end up writing these posts (and I really hope you do!) I'd love to see examples of the patterns used in the wild. 😀