State pattern VS strategy pattern, what is the difference?
운동을 하면서, 유투브로 디자인 패턴 관련 영상을 하나씩 보던 중 State pattern 에 대해 보는데, 이전에 보았던 strategy pattern 과 유사하다는 것을 알게 되었다. 그래서 한번 정리하고 가려 한다. wikipedia 는 state pattern 에 대해 이렇게 이야기하고 있다 The state pattern is a behavioral software design pattern that allows an object to alter its behavior when its internal state changes. This pattern is close to the concept of finite-state machines. The state pattern can be interpr..
2019.11.10