Skip to content

Instantly share code, notes, and snippets.

@cgeglio
Forked from damwhit/mod_0_assessment_checklist.md
Last active September 17, 2019 15:11
Show Gist options
  • Save cgeglio/eba66c7ef8d71b059832ca05ebffb605 to your computer and use it in GitHub Desktop.
Save cgeglio/eba66c7ef8d71b059832ca05ebffb605 to your computer and use it in GitHub Desktop.
Mod 0 Technical Assessment Checklist

Checklist/Rubric

Part I: Creating Directories and Files; Initializing Git and Pushing to GitHub

  • [ x ] I named my directories correctly.
  • [ x ] I named my files correctly.
  • [ x ] I structured my files and directories correctly.
  • [ x ] I made only one initial commit.
  • [ x ] I pushed my initial commit to GitHub.

Part II: Top Down Design

  • [ x ] I broke down larger processes into smaller layers and formatted my file like we did in class.
  • [ x ] I added and committed my changes with a properly formatted commit message starting with a present-tense verb and a capital letter.
  • [ x ] I pushed my changes to Github.

Part III: Classes, Objects, Attributes, and Methods

Class #1 Checklist

  • [ x ] I structured and named my directories and files correctly.
  • [ x ] The four attributes I chose for Class #1 represent properties or characteristics.
  • [ x ] I identified the data type (string, integer, boolean, array, hash/object, datetime) for attributes in Class 1.
  • [ x ] The four methods I chose for Class #1 represent behaviors or actions.
  • [ x ] I described what the methods do in Class 1, including which attributes they use or modify.
  • [ x ] I added and committed the class_1.txt file separately with a properly formatted commit message.

Class #1 Example Object Checklist

  • [ x ] The object I chose for Class 1 is an instance of this class.
  • [ x ] I listed the values for each attribute of this object.
  • [ x ] I listed the results of each method for this object.
  • [ x ] I added and committed the class_1_example_object.txt file separately with a properly formatted commit message.

Class #2 Checklist

  • [ x ] The four attributes I chose for Class #2 represent states or characteristics.
  • [ x ] I identified the data type (string, integer, boolean, array, hash/object, datetime) for attributes in Class 2.
  • [ x ] The four methods I chose for Class #2 represent behaviors or actions.
  • [ x ] I described what the methods do in Class 2, including which attributes they use or modify.
  • [ x ] I added and committed the class_2.txt file separately with a properly formatted commit message.

Class #2 Example Object Checklist

  • [ x ] The object I chose for Class 2 is an instance of this class.
  • [ x ] I listed the values for each attribute of this object.
  • [ x ] I listed the results of each method for this object.
  • [ x ] I added and committed the class_2_example_object.txt file separately with a properly formatted commit message.

Done?

  • [ x ] I pushed all of my changes to Github.

Academic Integrity

  • [ x ] I completed this assessment on my own.
  • [ x ] I did not and will not share the assessment instructions with any other person.

Submitting Your Assessment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment