Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 234 Bytes

design_pattern_decisions.md

File metadata and controls

7 lines (5 loc) · 234 Bytes

Design Pattern Decisions

Optimizing Gas:

  • No loops are used, strategizing limiting the amount of update functions vs. get functions

Interfaces:

  • An interface was created to define main methods to be used in the contract