Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 883 Bytes

File metadata and controls

17 lines (9 loc) · 883 Bytes

Errata for the Second Edition

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.

Chapter 3

  • 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 method computeNextMove." This method was renamed to getLegalMove in version 1.2, the version the book is based on. All mentions to computeNextMove refer to getLegalMove.

Chapter 4

  • Page 77: "four ranks and 13 suits" should read "four suits and 13 ranks".

Chapter 9

  • Page 270: "It some cases, however..." should be "In some cases, however".