Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 603 Bytes

File metadata and controls

18 lines (17 loc) · 603 Bytes

Number literals with many digits should be carefully checked as they are prone to error. (see here)


Slide Screenshot

070.jpg


Slide Text

  • Long Number Literals
  • Too Many Digits -> Error-prone
  • E.g.: uint 1_ether = 10000000000000000000
  • Use Ether/Time Suffix
  • Use Scientifice Notation

References


Tags