Skip navigation.
 
mlRe: The challenge for Cocoa's on-line documentation
FROM : Johnny Lundy
DATE : Sat May 17 22:16:48 2008

I never had any problem with a language's documentation since 1970 
with the IBM 360 Reference Manual. That is, until I came across 
Apple's documentation of Cocoa. I have never been so frustrated in my 
life.

- Everything is defined in terms of something else.
- Interface Builder User Guide ignores the dozens of checkboxes and 
popups that appear in the Bindings panes and instead rambles on for 
pages about rarely-used features.
- "Examples" always say "Your code here" when My Code Here is what I 
wanted to see.


The usual pattern for a User Guide & Reference Manual is for the User 
Guide to have chapters corresponding to the areas of the product, and 
the Reference Manual having a page or so listing all the details of 
each element. The Apple docs have neither.

Like this:

- tag
Returns the tag.
See also : setTag

Great. Now if only I knew what a tag was....

Try looking at the documentation for NSDatePicker if you want to see 
how NOT to write documentation.
On May 17, 2008, at 9:17 AM, <email_removed> wrote:

> Re: The challenge for Cocoa's on-line documentation

Related mailsAuthorDate
mlThe challenge for Cocoa's on-line documentation Erik Buck May 16, 23:05
mlRe: The challenge for Cocoa's on-line documentation Andy Lee May 16, 23:42
mlRe: The challenge for Cocoa's on-line documentation Kevin Grant May 17, 01:57
mlRe: The challenge for Cocoa's on-line documentation Gustavo Eulalio May 17, 05:31
mlRe: The challenge for Cocoa's on-line documentation Johnny Lundy May 17, 22:16
mlRe: The challenge for Cocoa's on-line documentation Jeff LaMarche May 17, 22:36
mlRe: The challenge for Cocoa's on-line documentation Gary L. Wade May 17, 23:42
mlRe: The challenge for Cocoa's on-line documentation Uli Kusterer May 18, 00:34
mlThe challenge for Cocoa's on-line documentation Klaus Backert May 18, 01:06
mlRe: The challenge for Cocoa's on-line documentation Scott Anguish May 18, 21:30