Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:63564 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35464 invoked from network); 20 Oct 2012 11:07:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Oct 2012 11:07:51 -0000 Authentication-Results: pb1.pair.com header.from=amaury.bouchard@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=amaury.bouchard@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.42 as permitted sender) X-PHP-List-Original-Sender: amaury.bouchard@gmail.com X-Host-Fingerprint: 209.85.213.42 mail-yh0-f42.google.com Received: from [209.85.213.42] ([209.85.213.42:35823] helo=mail-yh0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3C/8F-22055-60682805 for ; Sat, 20 Oct 2012 07:07:51 -0400 Received: by mail-yh0-f42.google.com with SMTP id o21so247814yho.29 for ; Sat, 20 Oct 2012 04:07:48 -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:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=+LY9qtysCanx+KLdbZLTIJWcWS7AD4wRKAbNj2gOs8M=; b=I3zCnltYAuMVKrdNkeNZMDo/mvgJqA0ew3gd4sKHbicQJhxiy/0QQkJAVG/RQZU3ce k2rjaZvvMNZ+F3dpyUIul8mVshe7r0maPjOMVkQ2GJ2dr9QjOWrlJ8kZH+DluEyu5+0V PiaRA9bGIcjgYW3IYEuOrX29zxOEsGWJQK6pm4kCDW6rW4Lle6cT8f04Ma7CtljkY7Mv fhCk+Eww/BLoRpxU0Le0KHw3gGrGvqA1CumV1iKv9KvLRKoHc9ux3UV8uUBt7aE2S5aP oAkvX+9wPQaXzaMnnEJnTBgGopYxD9mjPOWyRCk6mup8Kz9RJJKPmol+5mCXOk17NSrB giDA== Received: by 10.236.141.207 with SMTP id g55mr3673283yhj.71.1350731268111; Sat, 20 Oct 2012 04:07:48 -0700 (PDT) MIME-Version: 1.0 Sender: amaury.bouchard@gmail.com Received: by 10.147.152.21 with HTTP; Sat, 20 Oct 2012 04:07:27 -0700 (PDT) In-Reply-To: References: <9570D903A3BECE4092E924C2985CE485612C2595@MBX214.domain.local> Date: Sat, 20 Oct 2012 13:07:27 +0200 X-Google-Sender-Auth: IPOByGuHd25FlX7HSrpEUiSvqLw Message-ID: To: Derick Rethans Cc: Clint Priest , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=20cf303a36876c3efd04cc7ba104 Subject: Re: [PHP-DEV] [RFC] Accessors : read-only / write-only keywords From: amaury@amaury.net (Amaury Bouchard) --20cf303a36876c3efd04cc7ba104 Content-Type: text/plain; charset=ISO-8859-1 2012/10/20 Derick Rethans > There is nothing wrong with being verbose. PHP has always been verbose, > which IMO is a strong point of the language as it makes everything a lot > easier to search for. > There is a confusion between being verbose and being explicit. PHP syntax is explicit. Verbosity is not a goal. --20cf303a36876c3efd04cc7ba104--