Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 703 Bytes

feedback.md

File metadata and controls

22 lines (21 loc) · 703 Bytes

Adagrams

What We're Looking For

Feature Feedback
General
Answered comprehension questions
Both teammates contributed to the codebase
Small commits with meaningful commit messages
Code Requirements
draw_letters method
Uses appropriate data structure to store the letter distribution
All tests for draw_letters pass
uses_available_letters? method
All tests for uses_available_letters? pass
score_word method
Uses appropriate data structure to store the letter scores
All tests for score_word pass
highest_score_from method
Appropriately handles edge cases for tie-breaking logic
All tests for highest_score_from pass
Overall