This peer review session is aimed at practicing your ability to read code, communicate about your own and other peoples code, and give some practice in helping others troubleshoot their apps.
-
First start with any issues or confusion the first partner may have had getting things to work. Try to troubleshoot things together if there is still a bug in your app. Here are some things you may want to consider:
- The request response cycle
- RSpec/testing
- Capybara/feature testing
- User stories
- Conditionals in views
- Strong params
current_userin the application controller.- Controllers
- Models
- Sessions
- Git
- Partials
- Factory Girl
- Oauth / Spotify
-
Take a look at the other persons code. Navigate your way through the code asking questions or for clarification when something is unclear. Are there any critiques you have? Don't be shy, this is a time to discuss and review code. Some things to look at are:
- Ruby/Rails Style
- Syntax
- Variable or method naming
- Following MVC principals like pushing logic down the stack.
- Robust testing