Skip to content

Instantly share code, notes, and snippets.

@s3f
Created December 29, 2016 22:42
Show Gist options
  • Save s3f/6d5bebfe3c7ddfa5dc1d01ddbaff219a to your computer and use it in GitHub Desktop.
Save s3f/6d5bebfe3c7ddfa5dc1d01ddbaff219a to your computer and use it in GitHub Desktop.
Chapter 3 - Leaving Comments created by s3f - https://repl.it/E7zv/1
/* This chapter of the book goes over the concept of leaving comments and how helpful they can be in helping other people understand your code as well as helping you in the case of having to debug your code after a while */
/* I will definitely get into the habit of leaving comments from now on */
// This book also taught me to leave plenty of whitespace to make reading easier
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment