Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:63472 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95749 invoked from network); 16 Oct 2012 16:01:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Oct 2012 16:01:09 -0000 Authentication-Results: pb1.pair.com header.from=ircmaxell@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ircmaxell@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.42 as permitted sender) X-PHP-List-Original-Sender: ircmaxell@gmail.com X-Host-Fingerprint: 209.85.215.42 mail-la0-f42.google.com Received: from [209.85.215.42] ([209.85.215.42:35726] helo=mail-la0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D4/00-29764-4C48D705 for ; Tue, 16 Oct 2012 12:01:09 -0400 Received: by mail-la0-f42.google.com with SMTP id e6so4408626lah.29 for ; Tue, 16 Oct 2012 09:01:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=va/HfN8U6ga/4zWbVeWhU7NH4sYWbWsmQ64QVeFuQ9o=; b=zqb6S4YeCwH4vb5LSo7aMbeIv2VO2nGjD+gKPIA7bKqYxbPOjpP1iVd9HSQ4u4Demz Ld0y8CCqqrd6vrK0PGJo7OgxQNy0UgoTJLIC09WUZijclp5ZHxDeDPykqCROZrDOxB32 bSc5w8CtVCWhhaWKLTN1bM8qlE+1FtsMdeCr2rn04ZOkYqa1IB8mf3Lzp3aEj5g1AeJt KcHnOW0kgbCx8RsLLx1jnwuVcK+H8jpRk4WYTcYwvDS/ULzDNaD5mqlYyyA4RnJO6A08 /eoFZ+WSWzkbTYWLGV3XlRquz8s2ChlXa4NSY9NrRi3zGWT8XPC7kiCeE7bZ5SapqNZ3 ptMg== MIME-Version: 1.0 Received: by 10.112.39.230 with SMTP id s6mr5490295lbk.90.1350403264339; Tue, 16 Oct 2012 09:01:04 -0700 (PDT) Received: by 10.114.69.107 with HTTP; Tue, 16 Oct 2012 09:01:04 -0700 (PDT) Date: Tue, 16 Oct 2012 12:01:04 -0400 Message-ID: To: Lester Caine Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=e0cb4efe301cdfdfbf04cc2f427d Subject: Lester's Comment (was Property Accessors v1.1) From: ircmaxell@gmail.com (Anthony Ferrara) --e0cb4efe301cdfdfbf04cc2f427d Content-Type: text/plain; charset=ISO-8859-1 Lester, But a vote NOT to include it should still be one of the options! > No it should not. Comments like this are not helpful, and are quite destructive. Please stop running that circle. As far as the particular implementation goes, I'd vote against it right now. Not because it's bad, but because it's immature. The best way to get the idea mature is constructive conversation and implementations. That's what's going on here. And that's what should be happening. Your comment does nobody any good. To be honest, neither do the rest of your comments. Please realize that we should be constructively encouraging conversation. Let the conversation generate a concrete proposal, then discuss that for inclusion. But your post and position is not constructive. Please stop. I'm sorry if people are spending a lot of time trying to make something > work, but that is their choice, and should not be a reason to include > something. > I still don't see how this improves anything when all we need to be doing > is managing the existing variables, arrays and objects stored in the > object. __get and __set aren't needed either but that is another matter. > Does anybody actually use them, or are they waiting for the 'better > alternative'? > > Is there any real reason not simply to be using $obj->var ? It is the > fastest way of doing it anyway ... If you don't understand the problems with $obj->var, then perhaps you shouldn't contribute to a conversation that's this early. The RFC hasn't been proposed. It's still evolving. Save those questions until the proposers feel it's ready. And to be fair, if you don't understand the problems with public variables, then you really don't have much room to be commenting (or voting) on OOP design decisions. I'm sorry if this seems to be attacking you, but it really is. Your presence lately has been very damaging and demoralizing. Not once have you proposed or commented in a constructive way. Everything with you "is a problem". So please, either be constructive, or simply don't post. This list has a bad enough history of destructive criticism... Anthony --e0cb4efe301cdfdfbf04cc2f427d--