Forked from anonymous/Ugliness of iOS Programming
Last active
December 10, 2015 00:28
-
-
Save between40and2/4350943 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ugliness of iOS Programming | |
First of all, i love iOS and iOS development ecosystem. | |
However, after I quick learnt Ruby on Rails, I found how messy iOS Programming Frameworks are. Apple guys must feel innocent on this. They have worked hard to make the frameworks easy to use, powerful yet flexible. | |
one end is, "there is more than one way to do a thing". I first heard it from Perl, which they are proud of that.. However, the downside of this is there is no conversion or culture. | |
There is no so-called application framework for iOS officially from Apple. After rough understanding on UIKit and Foundation, the developers need a further direction on how to improve the productivity on iOS development. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment