Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 667 Bytes

Tautology or contradiction.md

File metadata and controls

18 lines (17 loc) · 667 Bytes

Tautologies (always true) or contradictions (always false) indicate potential flawed logic or redundant checks. e.g. x >= 0 which is always true if x is uint. (see here)


Slide Screenshot

033.jpg


Slide Text

  • Tautology -> Always True
  • Contradiction -> Always False
  • x >= 0
  • uint x
  • Flawed Logic -> Redundant Check

References


Tags