File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 44 "cases" : [
55 {
66 "comments" : [
7- " Transforms a set of legacy scrabble data stored as letters per score" ,
7+ " Transforms a set of legacy Scrabble data stored as letters per score" ,
88 " to a set of data stored score per letter." ,
99 " Note: The expected input data for these tests should have" ,
1010 " integer keys (not stringified numbers as shown in the JSON below" ,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ moaning about how stupid we could possibly be.)
1111
1212### The goal
1313
14- We're going to extract some scrabble scores from a legacy system.
14+ We're going to extract some Scrabble scores from a legacy system.
1515
1616The old system stored a list of letters per score:
1717
@@ -23,7 +23,7 @@ The old system stored a list of letters per score:
2323- 8 points: "J", "X",
2424- 10 points: "Q", "Z",
2525
26- The shiny new scrabble system instead stores the score per letter, which
26+ The shiny new Scrabble system instead stores the score per letter, which
2727makes it much faster and easier to calculate the score for a word. It
2828also stores the letters in lower-case regardless of the case of the
2929input letters:
Original file line number Diff line number Diff line change 9191 "expected" : 87
9292 }
9393 ]
94- }
94+ }
Original file line number Diff line number Diff line change 1- Given a word, compute the scrabble score for that word.
1+ Given a word, compute the Scrabble score for that word.
22
33## Letter Values
44
Original file line number Diff line number Diff line change 11---
2- blurb : " Given a word, compute the scrabble score for that word."
2+ blurb : " Given a word, compute the Scrabble score for that word."
33source : " Inspired by the Extreme Startup game"
44source_url : " https://github.com/rchatley/extreme_startup"
You can’t perform that action at this time.
0 commit comments