- 前言
- 启动新项目
- 引言
- 快速反馈
- 优化学习
- 设置开发环境
- 构建部署流水线
- 设定目标
- 小步骤工作
- 建立度量标准
- 准备改变
- 了解更多…
- 编写更好的用户故事
- 使用用户故事改进规格说明
- 什么是用户故事?
- 用户故事是目标,而不是任务
- 好的故事
- 好的故事示例
- 谁来写用户故事?
- 编写用户故事的技巧
- 从何处开始
- 编写用户故事
- 避免这些常见错误
- 将技术需求转化为用户故事
- 了解更多…
- 组织软件开发团队
- 如何建立你的软件开发团队?
- 团队规模和结构
- 团队技能和责任
- 团队组织
- 平台团队
- 协作与合作
- 以下是一些建议:
- 转变团队结构
- 了解更多…
- 结对编程模式
- 什么是结对编程?
- 结对模式
- 结对轮换
- 结对编程的好处
- 结对搭配
- 成功结对的技巧
- 了解更多…
- TDD(测试驱动开发)入门指南
- 测试驱动开发
- 红灯 > 绿灯 > 重构
- 重要提示
- 开始使用TDD
- TDD 重要提示
- 什么时候使用TDD?
- 测试行为而不是实现
- 测试优先以改进设计
- TDD的三种思维模式
- 遗留系统的重构
- 测试的形态
- 更改设计
- 边界测试
- 实践
- 了解更多…
- 验收测试驱动开发
- 方法
- 有效验收测试的特性
- 建议
- 四层关注点分离
- 测试用例
- 领域特定语言(DSL)
- 协议驱动器
- 被测系统 (SUT)
- 发展领域特定语言
- 了解更多…
- 测试什么,何时测试?
- 不同阶段的测试类型
- 了解更多…
- 生产环境测试
- 来自生产环境的反馈
- 测试类型
- 商业(海盗)指标
- 数据收集
- 控制变量
- 不要做端到端测试
- 了解更多…
- 消除间歇性测试
- 是否可以发布?
- 控制测试环境
- 隔离测试数据
- 实施持续集成
- 监控和管理资源使用
- 处理并发和竞态条件
- 隔离测试
- 将测试视为证伪机制
- 生产环境中的持续监控
- 选择正确的测试策略
- 总结
- 了解更多…
- 行为驱动开发(BDD)入门
- 引言
- 理解BDD
- 核心提示和建议
- 区分“是什么“和“如何“的示例
- 转译过程
- 常见陷阱
- 总结
- 了解更多…
- 软件性能测试
- 引言
- 基本概念
- 关键理念 – 控制变量
- 实践步骤
- 高级性能测试
- 结论
- 了解更多…
- 如何构建部署流水线
- 什么是部署流水线?
- 关键组件
- 部署流水线
- 如何构建部署流水线
- 一个简单的例子
- 入门指南
- 创建提交阶段
- 创建制品仓库
- 创建验收阶段
- 创建简单的生产环境版本
- 下一步
- 团队行为
- 关键原则
- 了解更多…
- 持续集成最佳建议
- 持续集成的10个建议
- 我的最佳建议
- 了解更多…
- 评估您的持续交付能力
- 自我评估 - 您在以下方面做得如何?
- 思考您的发现
- 结论
- 重构遗留代码
- 引言
- 提高可测试性的5个重构步骤
- 结论
- 了解更多…
- 让您的软件架构不断演进
- 引言
- 理解软件架构
- 核心提示和建议
- 拥抱演进式架构
- 演进式架构技术
- 总结
- 了解更多…
- 编写易于修改的代码
- 引言
- 优先考虑代码可读性
- 实践测试驱动开发(TDD)
- 通过设计管理复杂性
- 有效的重构技术
- 降低复杂度的技术
- 改进关注点分离的技术
- 自动化测试和持续集成
- 总结
- 了解更多…
- 微服务入门
- 简介
- 设计
- 消息传递
- 了解更多…
- 培养卓越的开发者习惯
- 引言
- 代码即沟通
- 像工程师一样思考
- 谨慎对待框架
- 编码就是设计
- 质量优于功能
- 社交活动
- 小步骤工作
- 结论
- 了解更多…
- 避免常见的软件开发陷阱
- 引言
- 改掉不良的软件习惯
- 总结
- 结论
- 了解更多…
- 总结
软件开发人员指南 (简体中文版)
现代工程实践集锦
这是一本实用手册,packed with实战建议,帮助你写出更好的代码,培养高效的开发者习惯,并构建出优秀的软件。
The authors are letting you choose the price you pay for this book!
这是一本实用手册,packed with实战建议,帮助你写出更好的代码,培养高效的开发者习惯,并构建出优秀的软件。
About
About the Book
这是一本面向希望通过实用、真实世界的技术来构建更好软件的软件开发者的必备手册。本书由获奖作家Dave Farley撰写,他是《持续交付:通过构建、测试和部署自动化实现可靠的软件发布》的作者,也是现代软件工程领域的领军人物。
本书基于Dave广受欢迎的"操作指南"系列,将数十年的软件工程经验提炼为可付诸行动的见解。从编写更好的用户故事和掌握测试驱动开发,到培养有效的开发者习惯和组织成功的团队——本指南包含了可以立即应用的建议。
《软件开发者指南》是一本面向各个层级开发者的实用、务实的参考资源。无论你是刚刚起步还是在精进技艺,这本书都将帮助你一步一步改进软件构建方式。
Categories
Feedback
Price
Pick Your Price...
Minimum price
$9.99
$12.99
You pay
$12.99Authors earn
$10.39Author
About the Authors
David Farley
Dave Farley is co-author of the Jolt-award winning book "Continuous Delivery", best seller "Modern Software Engineering", and creator of the popular "Modern Software Engineering" YouTube channel. He is a regular conference speaker and blogger, one of the authors of the Reactive Manifesto and former Head of Software development at LMAX Ltd, a company that are well known for the excellence of their code and the exemplary nature of their development process. Dave is an independent software developer and consultant, and founder and director of Continuous Delivery Ltd.

Episode 239
An Interview with David Farley
Bernard McCarty (Editor)
TranslateAI
Leanpub now has a TranslateAI service which uses AI to translate their book from English into up to 31 languages, or from one of those 31 languages into English. We also have a GlobalAuthor bundle which uses TranslateAI to translate English-language books into either 8 or 31 languages.
Leanpub exists to serve our authors. We want to help you reach as many readers as possible, in their preferred language. So, just as Leanpub automates the process of publishing a PDF and EPUB ebook, we've now automated the process of translating those books!
Contents
Table of Contents
The Leanpub 60 Day 100% Happiness Guarantee
Within 60 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.
Now, this is technically risky for us, since you'll have the book or course files either way. But we're so confident in our products and services, and in our authors and readers, that we're happy to offer a full money back guarantee for everything we sell.
You can only find out how good something is by trying it, and because of our 100% money back guarantee there's literally no risk to do so!
So, there's no reason not to click the Add to Cart button, is there?
See full terms...
Earn $8 on a $10 Purchase, and $16 on a $20 Purchase
We pay 80% royalties on purchases of $7.99 or more, and 80% royalties minus a 50 cent flat fee on purchases between $0.99 and $7.98. You earn $8 on a $10 sale, and $16 on a $20 sale. So, if we sell 5000 non-refunded copies of your book for $20, you'll earn $80,000.
(Yes, some authors have already earned much more than that on Leanpub.)
In fact, authors have earned over $14 million writing, publishing and selling on Leanpub.
Learn more about writing on Leanpub
Free Updates. DRM Free.
If you buy a Leanpub book, you get free updates for as long as the author updates the book! Many authors use Leanpub to publish their books in-progress, while they are writing them. All readers get free updates, regardless of when they bought the book or how much they paid (including free).
Most Leanpub books are available in PDF (for computers) and EPUB (for phones, tablets and Kindle). The formats that a book includes are shown at the top right corner of this page.
Finally, Leanpub books don't have any DRM copy-protection nonsense, so you can easily read them on any supported device.
Learn more about Leanpub's ebook formats and where to read them
Write and Publish on Leanpub
You can use Leanpub to easily write, publish and sell in-progress and completed ebooks and online courses!
Leanpub is a powerful platform for serious authors, combining a simple, elegant writing and publishing workflow with a store focused on selling in-progress ebooks.
Leanpub is a magical typewriter for authors: just write in plain text, and to publish your ebook, just click a button. (Or, if you are producing your ebook your own way, you can even upload your own PDF and/or EPUB files and then publish with one click!) It really is that easy.