0x00000002 / staking-app

MIT License
0 stars 0 forks source link

Explicit UINT256 vs UINT #2

Open ryu9827 opened 6 years ago

ryu9827 commented 6 years ago

https://github.com/tikonoff/staking-app/blob/8306bb8deebe0f554e99bf4e525ea4a3f5672397/contracts/Stake.sol#L35

It is better to use explicit uint256 declaration than uint (which is alias for uint256) just to increase clarity and mark the intention to use uint256.