Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41253 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46404 invoked from network); 18 Oct 2008 15:28:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Oct 2008 15:28:03 -0000 Authentication-Results: pb1.pair.com header.from=webmaster@keryx.se; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=webmaster@keryx.se; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain keryx.se designates 208.69.121.33 as permitted sender) X-PHP-List-Original-Sender: webmaster@keryx.se X-Host-Fingerprint: 208.69.121.33 supavet.nexcess.net Received: from [208.69.121.33] ([208.69.121.33:55101] helo=supavet.nexcess.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C9/B4-13947-F700AF84 for ; Sat, 18 Oct 2008 11:28:02 -0400 Received: (qmail 16240 invoked by uid 108); 18 Oct 2008 15:27:56 -0000 Received: from unknown (HELO ?127.0.0.1?) (gunther@keryx.se@87.227.57.139) by supavet.nexcess.net with ESMTPA; 18 Oct 2008 15:27:56 -0000 Message-ID: <48FA007D.9070404@keryx.se> Date: Sat, 18 Oct 2008 17:27:57 +0200 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: internals@lists.php.net References: <02fe01c92fc6$0b2d0660$3ffc1f3e@foxbox> <7D.26.12818.A13F7F84@pb1.pair.com> <027901c92ffe$b4d11610$3ffc1f3e@foxbox> <85D19F11-6639-4CD3-B647-0E8071284FD7@pooteeweet.org> <019201c93066$89863040$3ffc1f3e@foxbox> <021f01c9306e$a1e36560$3ffc1f3e@foxbox> <029d01c93074$92080af0$3ffc1f3e@foxbox> In-Reply-To: <029d01c93074$92080af0$3ffc1f3e@foxbox> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 081017-1, 2008-10-17), Outbound message X-Antivirus-Status: Clean Subject: Re: [PHP-DEV] Re: Sanity tally #2 From: webmaster@keryx.se (Keryx Web) Steph Fox skrev: > Would anyone still planning to vote please include a *brief* explanation > of why they're making the choices they're making? OK. I'm in favour of number 3. My main involvement with PHP is teaching it. I spend an endless amount of time tracking down misplaced or omitted semi-colons and such things. Triple colon as in suggestion 1 and 2 is a readability nightmare - yes in both suggestions. Explicit code is readable code is teachable code is maintainable code. Lars Gunther