Skip to content

Code Review Checklist

Tom Clune edited this page Apr 20, 2022 · 3 revisions
  • error handling
    • return success at end of procedure
    • use of _RC macro where appropriate
  • optional variables
    • KeywordEnforcer needed for growable list of optional arguments
  • Code quality
    • procedure too long
    • clear variable names
    • too many arguments
    • feature envy
Clone this wiki locally