Clarify handling scores greater than 255 in allergies.#389
Clarify handling scores greater than 255 in allergies.#389kytrinyx merged 1 commit intoexercism:masterfrom
Conversation
|
Addresses #224. Expressed in solution-agnostic terms. |
|
Just to make sure I understand, this change would mean that a test of 257 would be allergic to all the items mentioned in the readme? |
|
As I understand it the read me asks for a simple modulo equivalency. Ian Whitney notifications@github.com schrieb am Sa., 1. Okt. 2016 14:56:
|
|
257 would mean allergic to eggs (1) |
|
The modification of the description plus the final test in suite implied by the |
|
Ok. That's not how this change reads for me.
The "ignore those components" could be clearer. Maybe:
|
d8886ec to
fa6a47b
Compare
fa6a47b to
00089c3
Compare
|
Added example to the description. Thanks, @IanWhitney. |
|
This looks good to me. Thanks for hashing out the details on this! |
Change `students_by_grade` data structure. (+more) Closes #389
No description provided.