Checks-Effects-Interactions
CryptoChecks-effects-interactions is the ordering convention that updates internal state before calling outside code, the simplest defence against reentrancy.
Checks-effects-interactions is the ordering convention that updates internal state before calling outside code, the simplest defence against reentrancy.