cxlove / DesignPattern

The example code from head first design patterns for practicing
0 stars 2 forks source link

The State Pattern using Java #24

Open cxlove opened 8 years ago

cxlove commented 8 years ago

RT

cxlove commented 8 years ago

For this naive design, if we add a new state, the code for machine will get especially mess.