Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

State Pattern

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

GOF