介紹
最后更新于:2022-04-01 05:34:25
# 《禅与 Objective-C 编程艺术》 GitBook
### Zen and the Art of the Objective-C Craftsmanship 中文翻译
![](https://docs.gechiui.com/gc-content/uploads/sites/kancloud/2015-07-22_55af0bd8d90c2.png)
[https://github.com/oa414/objc-zen-book-cn/](https://github.com/oa414/objc-zen-book-cn/)
原文 [https://github.com/objc-zen/objc-zen-book](https://github.com/objc-zen/objc-zen-book)
我们在 2013 年 11 月份开始写这本书,最初的目标是提供一份编写干净漂亮的 Objective-C
代码的指南:现在虽然有很多指南,但是它们都是有一些问题的。我们不想介绍一些死板的规定,我们想提供一个在开发者们之间写更一致的代码的方法。随时间的推移,这本书开始转向介绍如何设计和构建优秀的代码。
这本书的理念是代码不仅是可以编译的,同时应该是 “有效” 的。好的代码有一些特性:简明,自我解释,优秀的组织,良好的文档,良好的命名,优秀的设计以及经得起时间的考验。
这本书的理念是是代码的清晰性优先于性能,同时提供为什么这么做的原因。
虽然所有的代码都是 Objective-C 写的,但是一些主题是通用的并且独立于编程语言的。
## 作者
**Luca Bernardi**
- [http://lucabernardi.com](http://lucabernardi.com)
- @luka_bernardi
- [http://github.com/lukabernardi](http://github.com/lukabernardi)
**Alberto De Bortoli**
- [http://albertodebortoli.com](http://albertodebortoli.com)
- @albertodebo
- [http://github.com/albertodebortoli](http://github.com/albertodebortoli)
## 关于中文翻译
译者
**林翔宇**
- [http://linxiangyu.org](http://linxiangyu.org)
- linxiangyu@nupter.org
- [http://github.com/oa414](http://github.com/oa414)
**庞博**
- bopang@sohu-inc.com
- [https://github.com/heistings](https://github.com/heistings)
翻译已得到原作者许可,并且会在更加完善后申请合并到原文仓库。
## GitBook 排版
**Yourtion**
- yourtion@gmail.com
- [https://github.com/yourtion](https://github.com/yourtion)
**根据电子书做了部分章节的排版优化,支持Objective-C语法高亮。如有修改建议优化,请直接Fork:[https://github.com/yourtion/objc-zen-book-cn/](https://github.com/yourtion/objc-zen-book-cn/) 进行修改并申请 Pull Request。**