Errata

The Art of Agile Development

Errata for The Art of Agile Development, Second Edition

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".

The following errata were submitted by our customers and approved as valid errors by the author or editor.

Color key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted By Date submitted Date corrected
Page 360
Sample code for ROT13 tests

In the "doesn't transform symbols" test, the first assertion (labelled 3) should be testing that a backtick isn't converted, but it is instead testing the empty string case. It should read `assert.equal(rot13.transform("`"), "`");`.

The backtick is correctly included in the refactored sample code on p363.

Note from the Author or Editor:
Missing markup—fixed in source files

Daniel Evans  Jan 12, 2022  Mar 11, 2022