Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save GKhalsa/9ffb4e1a546552d63dc6d94f734cf9da to your computer and use it in GitHub Desktop.
Save GKhalsa/9ffb4e1a546552d63dc6d94f734cf9da to your computer and use it in GitHub Desktop.
1602-mock-assessment-submission.markdown
@joshuajhun
Copy link

  1. Satisfactory Progress

    3: Developer completes iterations 1 through 5 with few bugs and no missing functionality. (In the real final assessment, this will involve completing one supporting feature.)

  2. Ruby Syntax & Style

    4: Developer is able to write Ruby demonstrating a broad/deep understanding of available language features. Application demonstrates great understanding of Object-Oriented modeling. Developer can speak to choices made in the code and knows what every line of code is doing.

  3. Rails Style & API

    4: Developer is able to craft Rails features that follow the principles of MVC, push business logic down the stack, and skillfully utilizes ActiveRecord to model application state. Developer can speak to choices made in the code and knows what every line of code is doing.

  4. Javascript Syntax & Style

    3*: Developer writes solid Javascript code using common patterns and idioms. Code is organized appropriately within objects and functions. Developer can speak to choices made in the code and knows what every line of code is doing.

  • though the js is working it isn't doing the 'heavy lifting' in terms of dom manipulation. Developer is hitting a rails end point that will provided the data needed
  1. Testing

    1: Developer is able to write tests, but they're written after or in the middle of implementation.

  2. User Interface

    4: The application is pleasant, logical, and easy to use

  3. Workflow

    4: The developer effectively uses Git branches and many small, atomic commits that document the evolution of their application.

Feedback

  • back end looks great. the end points were clever and got the job done.
  • In terms of your javascript I would like to see javascript do the dom manipulation part
  • also write tests 🐼

@joshuajhun
Copy link

testing - 4
javascript -3

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