Encode-Club-Solidity-Foundations / Lesson-02

4 stars 7 forks source link

Simple tips/best practices to save up on gas? #8

Closed TheCryptoChad closed 2 years ago

MatheusDaros commented 2 years ago

There are several ways to optimize gas usage. As a rule of thumb, try to always avoid storage read/writes and external calls, whenever possible.