Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 155 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 155 Bytes

State Pattern

A cleaner way for an object to change its behavior at runtime without resorting to large monolithic conditional statements.

GOF