|
Now that Leopard is out and everyone is, I suspect, feverishly reformatting their laptops and desktops to install the retail copy of Leopard, developers can finally start sharing their Leopard code samples.
Rather than me sitting around making up stupid reasons why such-and-such code sample might be useful to you, I figured I would ask what code you want to see written in Leopard. Keep in mind that I will not write code samples that do not use garbage collection or the new property syntax, so you'll just have to suffer through that ;)
I was thinking more along the lines of small but complete applications. I'm not a big fan of isolated "Hello World" applications that use contrived scenarios that violate design patterns just to illustrate small points. One thought might be to build a reference app that illustrates a bunch of sample points and then publish the app and do a series of blog posts on the finer points of each aspect of the app.
Anyway, let me know what you think and I'll get started dumping some (hopefully educational!) Leopard code.
I've been waiting for this moment, the day the community can start talking
together! Great.
Good you ask, I've had the following fantastic idea which I guess could be
commercialized easily, but I'd like to have it open source (GPL) for the
learning aspect:
Well, my post was maybe a bit too early. I expected finding something, but
not that much:
Searching for "itunes web remote control" finds already lots of
applications and samples...
I thought it wasn't out until 5pm today? That's what the guy at the
Bellevue Apple Store told me - and it's typically 5 hours after I leave the
country so I'll have to wait until I get home... and hope they have their
copies in there.
Well, I don't know anything about programming on the Mac. So anything is
good for me. I'm eager to learn. Bring it.
Hi Kevin,
I think the NDA ended at midnight the day before (allowing the reviews to
be published on the same day).
Ah, ignore my earlier comment. No NSApplicationMain() call, no
multi-threaded GC it seems. It also seems GC slows down Quartz 2D, so back
to reference counting for me :(