If you spot a problem in the second edition that is not listed here, please open an issue. I do not accept pull requests on this repo, but I acknowledge reporters on the main page.
-
Page 54: "...if we are designing a type of represent a deck of cards..." should be "...a type to represent a deck of cards...".
-
Page 65: "...interface
PlayingStrategy, which defines a methodcomputeNextMove." This method was renamed togetLegalMovein version 1.2, the version the book is based on. All mentions tocomputeNextMoverefer togetLegalMove.
- Page 77: "four ranks and 13 suits" should read "four suits and 13 ranks".
- Page 270: "It some cases, however..." should be "In some cases, however".