• Response.for(responses, user) — should use find or detect Rubric Samples responses.find { |r| r[:user] == user } result = nil responses.each do |response| if response[:user] == user result = response end end return result
• Does this test against the rubric? • Would this be easy to understand for someone unfamiliar with the domain? • Am I tesXng at the right level? QuesXons
“The feedback provided is very valuable informa"on which will help me improve for future interviews.” “I wanted to say thank you for the detailed feedback that was supplied for the coding challenge.” “Thank you for your feedback, I feel like I’ve already learned a lot from it.”