Skip to content

Instantly share code, notes, and snippets.

@paulghaddad
Last active August 29, 2015 14:08
Show Gist options
  • Save paulghaddad/496abca04243ecb88bde to your computer and use it in GitHub Desktop.
Save paulghaddad/496abca04243ecb88bde to your computer and use it in GitHub Desktop.
Level Up 2: Knows what the five second rule for code review is
1. Explain how the Five Second Rule for code review works.
Code should be written so that it can be understood within five seconds,
principally by the person doing the review. But also by the author of the
code in the future. In either case, if the five second rule isn't met, the
code is likely too complex, and should be simplified.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment