Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 347 Bytes

0003-dont-use-chain-delegate.md

File metadata and controls

17 lines (10 loc) · 347 Bytes

Don't Use Chain Delegate

  • Status: accepted
  • Deciders: iOS Team
  • Date: 2020-01-30

Context

Our problem was using chain delegate without doing any changes on every scope. It generates too many repeated codes.

Decision

Don't use chain delegate if you are not make any changes on every scope.

Consequences

  • Much More Clean Code