public/技术规范/推荐学习材料.md

24 lines
900 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 推荐学习材料
> <div><span>拟稿:研发中心</span></div>
> <div><span>版本号1.0.0 </span></div>
> <div><span>发布时间2021.12.22 </span></div>
[TOC]
## 1.代码整洁之道
**原作名:** Clean Code: A Handbook of Agile Software Craftsmanship
**作 者:** (美国)马丁(Robert C. Martin)
**译 者:** 韩磊
**推荐理由:**
从《代码整洁之道》中可以学到:好代码和糟糕的代码之间的区别:如何编写好代码,如何将糟糕的代码转化为好代码:如何创建好名称、好函数、好对象和好类;如何格式化代码以实现其可读性的最大化:如何在不妨碍代码逻辑的前提下充分实现错误处理;如何进行单元测试和测试驱动开发。
细节之中自有天地,整洁成就卓越代码。
**获取方式:** 推荐线上购买纸质书籍、网上电子版