Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:13049 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37713 invoked by uid 1010); 28 Sep 2004 13:35:45 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 37637 invoked by uid 1007); 28 Sep 2004 13:35:45 -0000 Message-ID: <20040928133545.37636.qmail@pb1.pair.com> To: internals@lists.php.net Date: Tue, 28 Sep 2004 15:35:44 +0200 User-Agent: Mozilla Thunderbird 0.7 (Windows/20040616) X-Accept-Language: en-us, en MIME-Version: 1.0 References: <20040928124540.618.qmail@pb1.pair.com> <415960D7.1010601@cschneid.com> In-Reply-To: <415960D7.1010601@cschneid.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 217.229.60.42 Subject: Re: declaring classes as static or final From: michael.virnstein@brodos.de (Michael Virnstein) i don't any experience with java, but i ran into a case, where this would have been useful. And i disagree with the "too much was added already". I think that php, dispite all the added stuff, is still easy to learn, easy to read and easy to work with. PHP simply got more powerful and i hope it'll grow further. Adding the things i mentioned would simply mean more control on the implementation of a class. It wouldn't get more complicated in any way and there'd be noone forcing you to use those things. You would simply have tools to enforce some rules, which is not a bad thing. Michael Christian Schneider wrote: > Michael Virnstein wrote: > >> What do you think about it? > > > PINJ (PHP Is Not Java) ;-) > > Let's keep the language simple, too much was added already IMHO (-:C > > - Chris