Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77773 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 70099 invoked from network); 3 Oct 2014 22:13:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Oct 2014 22:13:26 -0000 Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.171 as permitted sender) X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 209.85.217.171 mail-lb0-f171.google.com Received: from [209.85.217.171] ([209.85.217.171:43675] helo=mail-lb0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A9/D6-39134-58F1F245 for ; Fri, 03 Oct 2014 18:13:26 -0400 Received: by mail-lb0-f171.google.com with SMTP id z12so1758720lbi.2 for ; Fri, 03 Oct 2014 15:13:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=bIcA2uTz0jPlvGa2XI6PjtSBvPr+rtZhNDJIkLW9HpY=; b=FhxYF9id9xKvn8E7z3kGhzUq0Q4pKRZzayc0MbLnfSyQPOqHIQp6J0m58ePt8/anqG JdSow0K3gg1p1O9JJoixyTVX59PneDEhAiisCDrFd/3x008X04DXZoP/CVLnugIkWfL7 u/HUVfWFXwGEnYeJcOG8wbRdHAAySMQuc099+YcWB+yUyow4B59IH/Xssaded1S8ZVl9 RXZraRBWUyfd0QdQ2QLy6SGB7Zq/2eFoahlYHVEYXNdkXy4t/QhEp7ORMwEtqOyzM2L0 U9v1aBbypIT95oBqsbJirStSJDZ4lc80lZ9YaUBlJywWEeb/xXeyQNPkutM89rVB2YG+ Vyew== MIME-Version: 1.0 X-Received: by 10.152.18.130 with SMTP id w2mr8690261lad.89.1412374402720; Fri, 03 Oct 2014 15:13:22 -0700 (PDT) Sender: kalle.php@gmail.com Received: by 10.112.73.97 with HTTP; Fri, 3 Oct 2014 15:13:22 -0700 (PDT) In-Reply-To: References: <42.58.10205.32DCE245@pb1.pair.com> <9B6F1F10-7B1D-4FB0-A485-4F1C6202701C@googlemail.com> Date: Sat, 4 Oct 2014 00:13:22 +0200 X-Google-Sender-Auth: ksu0J2ZbivHHttKTn0ChH9zjTYU Message-ID: To: Arvids Godjuks Cc: PHP internals , Thomas Gossmann , Ingwie Phoenix , Mike Willbanks , Levi Morrison Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [PHP7] Remove the function keyword from class methods? From: kalle@php.net (Kalle Sommer Nielsen) 2014-10-04 0:06 GMT+02:00 Arvids Godjuks : > I really have to ask, did you work with really big projects? Like really > sizeable. Yes I have and I deal with it, instead of going into grindy small details about how the code looks like, I work with it and can quickly adapt to the project I work on no matter the size of the project. Sure I can understand that some may not be as agile, but that is not a reason to flawlessly deny this. It is like saying "lets not add the 'or' and 'and' keywords because we already have '||' and '&&', it is a shortcut for those who choose to use it and I have often thought it would be nice to make the keyword optional myself, but as I said I'm fairly neutral here so I have not bothered to take it further. -- regards, Kalle Sommer Nielsen kalle@php.net