Live data from Hacker News

Viewing profile — phink

phink

HN member
Joined
Tue, May 24, 2016, 2:29 PM UTC
HN karma
2
Public activity
5 items

About phink

No profile information was provided.

Recent public activity

  1. comment
    Comment #25384735

    Yes, installed size is also an issue. And on iOS tens of thousands of small files will waste a lot of space. One may say that compared to photos and videos that's small potatoes bu…

  2. comment
    Comment #25384277

    On top of the discussed complexity and featuritis, I suspect over-engineering, NIH syndrom and "architecture" must have played a role. Misunderstanding, misapplying and blaming MVC…

  3. comment
    Comment #11768581

    It's not just methods starting with test, it's methods starting with test in a subclass of Test. It's a simple, working convention. Conventions are good, not pretty bad. Adding mor…

  4. comment
    Comment #11762017

    Swift is not even safer than Objective C since you can pepper your code with ? and ! and get the same runtime problems. I would even say that it is less safe as time pressure and h…

  5. comment
    Comment #11761906

    > Safety if (indexPath == 3) {...} Results in a warning in Objective C, none in Swift. Did you see that .row is missing? > Productivity How is (notification.userInfo?[UIKeyboardFra…