The source code for the Paymentroll example in a book by Robert C. Martin

Throughout Robert C. Martin, Agile Principles, Patterns and Practices in C #, a small Paymentroll application is being created. Although most of the source code is printed locally, some classes are missing and some are incomplete. The book is written on the scariest page:

The book includes many examples of source code, which are also available for download from the author’s website.

Unfortunately, this seems like a lie. Unless this one is the author’s website (the book forgets to mention the address of the authors website), or I'm blind.

Does anyone have the source code for this book, preferably as a Visual Studio project, or know where I can find it.

+3
source share
1 answer

Object Mentor is indeed the official site for Bob Martin, and here is the download for this book: http://www.objectmentor.com/PPP/ and here: https://github.com/unclebob/PPP

FYI, you can contact Bob via Twitter (he uses it quite widely): http://twitter.com/unclebobmartin or through the Object Mentor, which Bob is a very small group using the methods on this page: http: // objectmentor. com / omCompany / omi_contact.html

+4
source

Source: https://habr.com/ru/post/1704400/


All Articles