yanaga / revisiting-design-patterns

Revisiting some popular Design Patterns using Java 20+ features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Revisiting Design Patterns After 20

The title is a bad pun about the 20+ years since the original Design Patterns book release and the Java 20 release on March 21, 2023.

We're revisiting some popular Design Patterns using Java 20+ features.

These are the ones we're covering so far:

  • Strategy
  • Template Method
  • Singleton
  • Interpreter
  • Chain of Responsibility
  • Visitor
  • Specification

About

Revisiting some popular Design Patterns using Java 20+ features

License:Apache License 2.0


Languages

Language:Java 100.0%