If Statements vs. Modifiers In Solidity; Choosing the Best Approach For Smart Contract Logic
While understanding solidity and smart contract development, every one of us must have run into these two core concepts at some point: modifiers and if statements. Both concepts share a singular feature that makes them so important in the creation of...
Wasiu Akindoyin
Awesome article. Thank you very much for this.