Encode-Club-Solidity-Foundations / Lesson-01

21 stars 14 forks source link

Smart Contract Design Best Practice. #30

Closed UsuaOSilver closed 1 year ago

UsuaOSilver commented 1 year ago

Is there a checklist of the things that should be considered such as gas optimization, memory used,... when start writing smart contracts?

MatheusDaros commented 1 year ago

Hello @UsuaOSilver There is not something like a checklist, but you should indeed consider all those topics mentioned, but also security, architecture, usability, maintainability, readability, and much more

UsuaOSilver commented 1 year ago

Good to know that. Thank you!