Hacker News new | ask | show | jobs
by Moto7451 4845 days ago
One thing I'm a big fan of is when projects have an always updated always working "Hello World" sample included with their project. This is something I've found to be common with iOS libraries and I think it would be helpful for you guys.

It's nice to be able to take a look at something that works and is simple enough to read through in one glance and go "Ah hah!"

1 comments

If only Apple did the same for OSX, its getting better, but theres still tons of examples that dont compile w/o several warnings, and usually haven't been converted to ARC.