68,031 views
Dmitry Naumenko's talk at Eat a Dog #8. PHP. 04/20/17 For all participants of the eighth Eat a Dog meeting and our subscribers, Dima has put together a list of 4 resources and books that will definitely come in handy in your work. 1. The book "Domain-Driven Design: Tackling Complexity in the Heart of Software" by Eric Evans: https://www.amazon.com/Domain-Driven-... I highly recommend reading it. A book about organizing and systematizing the principles of building a logical structure for a subject area. 2. The book "Domain Driven Design Quickly" by Abel Avram and Floyd Marinescu: https://www.infoq.com/minibooks/domai... In essence, this book briefly retells what Eric Evans wrote about in "DDD". 3. Grady Booch's book "Object-Oriented Analysis and Design with Examples of C++ Applications": http://www.helloworld.ru/texts/comp/o... The theory and practical advice on issues of analysis, design, implementation and optimal project management are well described. 4. Uncle Bob. The Clean Architecture: https://8thlight.com/blog/uncle-bob/2... Read briefly about the rules for building a clean architecture in Robert Martin's blog.