Forked from rrgayhart/1602-mock-assessment-submission.markdown
Last active
August 3, 2016 20:45
-
-
Save GKhalsa/9ffb4e1a546552d63dc6d94f734cf9da to your computer and use it in GitHub Desktop.
1602-mock-assessment-submission.markdown
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.)
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.
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.
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.
Testing
1: Developer is able to write tests, but they're written after or in the middle of implementation.
User Interface
4: The application is pleasant, logical, and easy to use
Workflow
4: The developer effectively uses Git branches and many small, atomic commits that document the evolution of their application.
Feedback