70 - Long number literals
Number literals with many digits should be carefully checked as they are prone to error. (see here)
- Long Number Literals
- Too Many Digits -> Error-prone
- E.g.:
uint 1_ether = 10000000000000000000
- Use Ether/Time Suffix
- Use Scientifice Notation