TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

The Grumpy Programmer's Guide To Building Testable PHP Applications

12 点作者 grumpycanuck大约 13 年前
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 条评论

lo_fye大约 13 年前
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 ;)
tjlytle大约 13 年前
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.