Coder Social home page Coder Social logo

mod_0_skills's People

Contributors

vladd-png avatar

Watchers

James Cloos avatar

mod_0_skills's Issues

Assessment Results

Checklist/Rubric

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

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

Part II: Top Down Design

  • I broke down larger processes into smaller layers.
  • [] I added and committed my changes with a properly formatted commit message starting with a present-tense verb and a capital letter.
    The first message was not properly formatted, but most of the following commits were. Try to stick with one pattern/convention. It will help you build good habits. Good job correcting this as you made additional commits.
  • I pushed my changes to Github.

Part III: Classes, Objects, Attributes, and Methods

Class #1 Checklist

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

Class #1 Example Object Checklist

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

Class #2 Checklist
Make sure you name your classes singularly, not plurally. I think that this naming actually led to some further confusion about what this class should represent.

  • The four attributes I chose for Class #2 represent states or characteristics.
  • I identified the data type (string, integer, boolean, array, hash/object, datetime) for attributes in Class 2.
  • The four methods I chose for Class #2 represent behaviors or actions.
    The methods and attributes of this class could use a little bit of thought. The class you chose is 'Guest', so we want the methods of this class to be behaviors or actions that a guest would take. Methods like 'order' or 'grabServerAttention' would be better representation of actions that each guest would take. Some of your methods and attributes seem like they would be better scoped to a 'Restaurant' class. For example, a guest probably would not be concerned about the number of seats in the building, but a 'Restaurant' class certainly would. A guest might be concerned about a specific table that they are assigned, but not the entire restaurant's table characteristics. This is important when we build software because it lends itself to the idea of separation of concerns and encapsulation. Does this make sense? I'm happy to elaborate. Just let me know. We'd like you to eliminate the attributes/methods that would not be scoped to the Guest class, and come up with new ones to meet the quota of 4 methods and 4 classes. Make sure you change your object to match these new methods.
  • I described what the methods do in Class 2, including which attributes they use or modify.
  • I added and committed the class_2.txt file separately with a properly formatted commit message.

Class #2 Example Object Checklist

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

Let us know if you have questions about the feedback above!

Assessment Results

  • Technical Ready
  • Pending
  • Not Technical Ready

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.