Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
design_pattern:chain_of_responsibility_pattern [2017/10/31 15:20] – [Client] ledyxdesign_pattern:chain_of_responsibility_pattern [2021/02/07 03:25] (current) – [Chain of responsibility Pattern] ledyx
Line 2: Line 2:
 각 요구를 처리할 수 있는지, 없는지를 순서대로 검색해가며 책임 떠넘기기. 복수의 객체가 연결되어 있는 내부의 어딘가에서 처리 수행. "어떤 처리를 어떤 객체가 수행해야 한다"는 정보를 중앙집권적으로 갖는게 아니라 각 객체에게 떠넘기기. 각 요구를 처리할 수 있는지, 없는지를 순서대로 검색해가며 책임 떠넘기기. 복수의 객체가 연결되어 있는 내부의 어딘가에서 처리 수행. "어떤 처리를 어떤 객체가 수행해야 한다"는 정보를 중앙집권적으로 갖는게 아니라 각 객체에게 떠넘기기.
  
-{{tag>Architecture Modeling DesignPattern Behavioral}}+{{tag>Architecture Modeling Design_Pattern Behavioral}}
  
 = Handler = = Handler =
design_pattern/chain_of_responsibility_pattern.1509463209.txt.gz · Last modified: 2021/02/07 03:15 (external edit)