Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 295 Bytes

design_pattern_desicions.md

File metadata and controls

11 lines (8 loc) · 295 Bytes

Fail early and fail loud

-require used

Access control

Modifiers defined to restrict acces to the implemented features

Withdrawal Pattern

The function defined to buy a product doesn't transfer funds to the store but increase the credit.

Circuit Breaker

  • OpenZeppelin Pausable