Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 619 Bytes

File metadata and controls

17 lines (16 loc) · 619 Bytes

Statements with no effects that do not produce code may be indicative of programmer error or missing logic, which needs to be flagged for removal or addressed appropriately. (see here)


Slide Screenshot

076.jpg


Slide Text

  • Function Statements
  • Present & No Effects
  • Error -> Missing Logic or Optimization
  • Redundant Statements -> Effect or Remove

References


Tags