Skip to content

Instantly share code, notes, and snippets.

@dstavis
Last active March 24, 2022 23:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dstavis/685219998367ddba96dded407de1c997 to your computer and use it in GitHub Desktop.
Save dstavis/685219998367ddba96dded407de1c997 to your computer and use it in GitHub Desktop.

Mod 0 Plan

Environment

  1. Keep a separate desk exclusively for Turing work
  2. Only ever use my Turing laptop for Turing work
  3. Ensure that the work desk never gains an item of clutter
  • The only item that may be placed atop the school desk is an item that is being used for school

Social Strategies

  • Remind myself that every one of my peers and instructors has secret positive qualities that I can only uncover by getting to know them
  • If I can do anything to aid my peers with my humble assets, I can feel good about receiving their aid as well- and their aid may make a huge difference in my success

Other

  • console.log-ing my variables to double-check my assumptions about what my code is doing can help me find mistakes more quickly
  • If you don't have a cat at home, looking at a picture of one can help reduce stress. See below for reference
    • a goofy cat
function sum(a, b = 0) {
  return a + b
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment