Revision history for Thinking in Patterns with Java by Bruce Eckel
Current Revision: 0.3
Full text, source code and additional information available at www.BruceEckel.com.
To be informed of future releases of this document and other information about object-oriented books, documents, seminars and CDs, subscribe to my free newsletter. Just send any email to: join-eckel-oo-programming@earth.lyris.net
Revision history
Revision 0.3
- Added Unit Testing chapter
- Modified all code in book to use unit tests
- Modified Python code extraction tool to add unit testing to makefiles, so the unit tests are executed automatically as part of a make
- Modified TrashVisitor to use VisitorDecorator approach
- Redistributed exercises, added one or two new ones (taken from the seminar)