Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66978 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75063 invoked from network); 5 Apr 2013 12:22:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Apr 2013 12:22:14 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.211.66 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.211.66 config.schlueters.de Received: from [217.114.211.66] ([217.114.211.66:36586] helo=config.schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C6/03-57919-5F1CE515 for ; Fri, 05 Apr 2013 07:22:14 -0500 Received: from [192.168.2.20] (ppp-93-104-31-244.dynamic.mnet-online.de [93.104.31.244]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by config.schlueters.de (Postfix) with ESMTPSA id 516E065C38; Fri, 5 Apr 2013 14:22:08 +0200 (CEST) To: Ferenc Kovacs Cc: Joe Watkins , PHP Internals In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Date: Fri, 05 Apr 2013 14:23:24 +0200 Message-ID: <1365164604.2152.2696.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Proposal to document all of Zend and PHP API and SAPI layers From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Fri, 2013-04-05 at 14:09 +0200, Ferenc Kovacs wrote: > > I think that it everybody would support that idea, unfortunatelly not > many > people have the knowledge AND the time to write up that kind of > documentation. That is the key part. There's no worse documentation than wrong documentation. Maybe correct documentation only mentioning "useless" information. I also think that documenting each and every API leads nowhere, but as Ferenc said we have to document the structure and help people tofind what they need. This all takes time, though, and many seem to prefer adding syntax sugar and such things over fixing bugs and documenting things. johannes