Reddit Reddit reviews Real-World Solutions for Developing High-Quality PHP Frameworks and Applications

We found 2 Reddit comments about Real-World Solutions for Developing High-Quality PHP Frameworks and Applications. Here are the top ones, ranked by their Reddit score.

Computers & Technology
Books
Computer Programming
Software Design, Testing & Engineering
Software Development
Real-World Solutions for Developing High-Quality PHP Frameworks and Applications
Check price on Amazon

2 Reddit comments about Real-World Solutions for Developing High-Quality PHP Frameworks and Applications:

u/ell0bo · 2 pointsr/PHP

Well, I generally don't buy PHP specific books, so this book doesn't really talk about PHP, however a lot of the design patterns can be transfered over. I thought it was a very good book: Design Patterns: Elements of Reusable Object-Oriented Software

Another one that's not completely about OOP, but is PHP :
Real-World Solutions for Developing High-Quality PHP Frameworks and Applications

u/Nebojsac · 2 pointsr/PHP

This one helped me hit the ground running: https://smile.amazon.com/Real-World-Developing-High-Quality-Frameworks-Applications-ebook/dp/B004XCRBMG?ie=UTF8&ref_=asap_bc#navbar

It talks a lot about code smells in general, as well as code best practices that lead to more testable code. Would recommend.