Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 608 Bytes

File metadata and controls

16 lines (16 loc) · 608 Bytes

Unused state/local variables may be indicative of programmer error, missing logic or potential optimization opportunity, which needs to be flagged for removal or addressed appropriately. (see here)


Slide Screenshot

075.jpg


Slide Text

  • State/Local Variables
  • Declared & Unused
  • Error -> Missing Logic or Optimization
  • Variables -> Use or Remove

References


Tags