KZPlayground
- 授权协议: MIT
- 开发语言: Objective-C
- 操作系统: OS X
- 软件首页: https://github.com/krzysztofzablocki/KZPlayground
- 软件文档: https://github.com/krzysztofzablocki/KZPlayground
软件介绍
KZPlayground 是 Objective-C Playgrounds,特性:
比 Swift playgrounds 快很多
Extra controls for tweaking:
Adjustable values
Auto-animated values
Buttons
IDE agnostic, once you run it, you can modify the code even from vim.
Full iOS simulator and access to all iOS features, so you can prototype production ready code.
Nice DSL for rapid prototyping
CocoaPods support, so you can add it to existing projects to experiment
Open source, anyone can contribute to make them better!
编写可读代码的艺术
Boswell, D.、Foucher, T. / 尹哲、郑秀雯 / 机械工业出版社 / 2012-7-10 / 59.00元
细节决定成败,思路清晰、言简意赅的代码让程序员一目了然;而格式凌乱、拖沓冗长的代码让程序员一头雾水。除了可以正确运行以外,优秀的代码必须具备良好的可读性,编写的代码要使其他人能在最短的时间内理解才行。本书旨在强调代码对人的友好性和可读性。 本书关注编码的细节,总结了很多提高代码可读性的小技巧,看似都微不足道,但是对于整个软件系统的开发而言,它们与宏观的架构决策、设计思想、指导原则同样重要。编......一起来看看 《编写可读代码的艺术》 这本书的介绍吧!
