TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The Grumpy Programmer's Guide To Building Testable PHP Applications

12 pointsby grumpycanuckabout 13 years ago
Introductory guide to get PHP devs down the road to building their applications in such a way that they are easier to test using testing frameworks like PHPUnit

2 comments

lo_fyeabout 13 years ago
I've been doing php for 12 years, and I still learned a lot. This book pointed out a number of areas in which I can improve my own code &#38; processes. Well worth reading.<p>Disclosure: I know the author, but I didn't know he was this smart ;)
tjlytleabout 13 years ago
It's an easy read - not something you can always say about technical books.<p>I thought it did a good job filling the gap between 'how to write automated tests' and actually writing tests for real world code.