Forked from rrgayhart/1602-mock-assessment-submission.markdown
Last active
August 3, 2016 20:21
-
-
Save marinacor1/e1b7dcb3102d2c090f9a0ed9df3f9216 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
3: Developer is able to write idiomatic and effective Ruby. Application makes good use of Object-Oriented modeling with few gaps in class identification and component extraction. Developer can speak to choices made in the code and knows what every line of code is doing.
Rails Style & API
3: Developer generally writes clean Rails features that make smart use of Ruby, with some struggles in pushing logic down the stack. The application displays good judgement in modeling the problem as data. 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
4: Developer excels at taking small steps and using the tests for both design and verification. Developer uses integration tests, controller tests, and model tests where appropriate.
User Interface
3: The application has many strong pages/interactions, but a few holes in lesser-used functionality
Workflow
4: The developer effectively uses Git branches and many small, atomic commits that document the evolution of their application.
-ui and ux is pretty weak.