Skip to content

Instantly share code, notes, and snippets.

@oarthursilva
Last active June 21, 2022 07:59
Show Gist options
  • Save oarthursilva/08ac16071f74a425eef29e761cab8f8e to your computer and use it in GitHub Desktop.
Save oarthursilva/08ac16071f74a425eef29e761cab8f8e to your computer and use it in GitHub Desktop.

Code Check-List

  • Code was deployed/tested on enablement test system
  • Code includes unit tests.
  • Code is tidy (indentation, line length, no commented-out code, no spelling mistakes, etc).
  • I have considered proper use of exceptions.
  • I have made an appropriate use of logging.
  • I have eliminated unused imports on Eclipse/Intellij.

Final Checks

  • It has indeed passed build tests before getting merged.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment