Cyfrin / solidity-by-example.github.io

Solidity By Example
https://solidity-by-example.org/
MIT License
605 stars 191 forks source link

explicitly declare uint256 #250

Closed Drblessing closed 1 year ago

Drblessing commented 1 year ago

Primitives may benefit from explicitly declaring uint256 and int256 before uint and int.

t4sk commented 1 year ago

Thanks

Drblessing commented 1 year ago

You're welcome.