https://github.com/yourtion/objc-zen-book-cn
GitBook for 《禅与 Objective-C 编程艺术》
https://github.com/yourtion/objc-zen-book-cn
Last synced: about 1 year ago
JSON representation
GitBook for 《禅与 Objective-C 编程艺术》
- Host: GitHub
- URL: https://github.com/yourtion/objc-zen-book-cn
- Owner: yourtion
- License: other
- Created: 2015-07-16T10:33:54.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-03T07:49:03.000Z (almost 11 years ago)
- Last Synced: 2025-06-09T18:49:19.433Z (about 1 year ago)
- Homepage: http://yourtion.gitbooks.io/objc-zen-book-cn/
- Size: 363 KB
- Stars: 73
- Watchers: 5
- Forks: 37
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 《禅与 Objective-C 编程艺术》 GitBook
## Zen and the Art of the Objective-C Craftsmanship 中文翻译

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