It Doesn't Have to Be Crazy at Work 学习笔记
作者:Jason Fried 和 David Heinemeier Hansson Of Basecamp
Basecamp 公司有三个著名的产品
Basecamp ,一个在线项目管理、协作工具
Basecamp 公司,他们的协作、管理风格、及其他们分享出来的博客、文章、书籍
Ruby on Rails 框架,Basecamp CTO DHH 在开发产品中实践出来,建立的框架
而最近读到的这本书,主要是讲关于Basecamp 公司的。
在书中,作者讲到,很多公司发展......
2020 - 03 - 11
Design Patterns 学习笔记
重点关注
MVC
MVVM
Coordinator
Model-View-Controller Pattern
如果只用MVC 模式,会在 controller 中放入太多逻辑,view controllers 会变得非常大,Massive View Controller
建立项目后,重构View的名称,建立MVC组文件( Command + Option + N ),将不同的文件放入组。然后告诉Xcode新的Info.plist的位置。
MVC
Controller ......
2020 - 03 - 09
Play winning chess 学习笔记
Play winning chess
by Seirawan Yasser and Silman Jeremy
Principle
Force
Time
Space
Pswn Structure
History
Chess existed in India at the beginning of the 7th century.
Why Play Chess?
You should always seek out opponents equal or superi......
2020 - 03 - 06