Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:61578 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93153 invoked from network); 20 Jul 2012 19:17:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jul 2012 19:17:22 -0000 Authentication-Results: pb1.pair.com smtp.mail=morrison.levi@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=morrison.levi@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.170 as permitted sender) X-PHP-List-Original-Sender: morrison.levi@gmail.com X-Host-Fingerprint: 209.85.217.170 mail-lb0-f170.google.com Received: from [209.85.217.170] ([209.85.217.170:61722] helo=mail-lb0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9A/CC-18983-1CEA9005 for ; Fri, 20 Jul 2012 15:17:22 -0400 Received: by lbgc1 with SMTP id c1so6158703lbg.29 for ; Fri, 20 Jul 2012 12:17:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=cxT0qGUJwsZKg3Lcf6G7eohGHPKeNFdg9sIZgGUIhLg=; b=yMZVrIU8ZpGAalKJhqeWcniLK25k1CMLprmP3BqVxXOTOu0FaWaYU/H6QqxIAf+8ao oOWM4bbOzCpmmn0cDcQSSMeNBLnCtKwKvI/RSFj0GBdYf9K8xmTk8E5YiyTopFWZV0TP cjs8qrmvxbMt2eDg8q/U+8ZbXKN6sZp13cXR7Hy4nK2WW1wMxv07c241CzZz5MCpLIZP zi8OOhwh0wPgefOT/ijFOfRiNZMo/AE3u0g6MPJaAqxFR8xhe4wisjR6t23g9y7EBS0F u94SPxZN0KbzE2In7jWdjbe5A6c2fh9fTRthaJlXI7uxJM+T3k1oY58BEKeC4lI+Z9fa f9+w== MIME-Version: 1.0 Received: by 10.112.45.4 with SMTP id i4mr3540888lbm.79.1342811838485; Fri, 20 Jul 2012 12:17:18 -0700 (PDT) Received: by 10.112.113.138 with HTTP; Fri, 20 Jul 2012 12:17:18 -0700 (PDT) In-Reply-To: <5009ACF9.9010903@developersdesk.com> References: <5007D707.2070100@hoa-project.net> <5009624C.7040802@leo-peltier.fr> <5009ACF9.9010903@developersdesk.com> Date: Fri, 20 Jul 2012 13:17:18 -0600 Message-ID: To: Rick WIdmer Cc: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Make try/catch brackets optinal From: morrison.levi@gmail.com (Levi Morrison) On Fri, Jul 20, 2012 at 1:09 PM, Rick WIdmer wr= ote: > On 7/20/2012 7:51 AM, L=E9o Peltier wrote: >> >> >> Enforcing coding style should be forbidden. > > > YES!! I just thought that needed to be repeated! > > > > On Fri, Jul 20, 2012 at 3:51 PM, L=E9o Peltier > wrote: >> >> >> Clearly you don't work in a team or contribute to Open Source projects. >> That's what coding styles are for, keeping code looking the same to make >> readability easier for not-you developers. > > > Your team is welcome to set any standards it wants. On itself. I don't > believe you should change the language to enforce those standards on the > rest of the world! > > Rick > > You should ask the Python people about that . . . :)