Skip to content

Latest commit

 

History

History
19 lines (19 loc) · 609 Bytes

Function return values.md

File metadata and controls

19 lines (19 loc) · 609 Bytes

Ensure that the appropriate return value(s) are returned from functions and checked without ignoring at function call sites, so that error conditions are caught and handled appropriately.


Slide Screenshot

0142.jpg


Slide Text

  • Function Call -> Return
  • Return Values
  • Return Values
  • Correct & All Paths
  • Call Sites -> Use/Ignore
  • Return Values
  • Error Checking/Handling

References


Tags