Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67120 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36179 invoked from network); 24 Apr 2013 09:09:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Apr 2013 09:09:19 -0000 Authentication-Results: pb1.pair.com smtp.mail=alexander.deruwe@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=alexander.deruwe@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.210.177 as permitted sender) X-PHP-List-Original-Sender: alexander.deruwe@gmail.com X-Host-Fingerprint: 209.85.210.177 mail-ia0-f177.google.com Received: from [209.85.210.177] ([209.85.210.177:43306] helo=mail-ia0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 56/B0-31471-E31A7715 for ; Wed, 24 Apr 2013 05:09:18 -0400 Received: by mail-ia0-f177.google.com with SMTP id y26so1400499iab.36 for ; Wed, 24 Apr 2013 02:09:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=iT+s7hvS5h0kV0Y1tTFUPJbaOphWcsyu+Mxfo5beCR8=; b=0AElHfWXXCjFW8iifcRywEfV52d64kOffdcZT+3tNL59zh2e9PNSUwDUI6XE3no3sR lfon6yar78jdUH+zLQaVTL62DDFHNNBOADOjmdUCAuqQnL9Ex6W3LPznuAAsuy0wNkZH v5zOBDm7jXY6N/Y/xCFRkWcmsfhke6IMSY38+YO9TZwouDMl5+dE8sxjJ3M4Oc46dXa0 PiVvEKzKveaOVQvEDaSqJKZTX9Xz3MgRCXGg1oepc81+l1FGq50bCwFhqSsNDRzygoB3 XupcJFcZ0Aw8Jx/B+2HadKn4CBMuQ43d/ogPus+jSZo9Yb5zsgpeTppwzWyejyUbXzWi AIYw== MIME-Version: 1.0 X-Received: by 10.50.129.69 with SMTP id nu5mr886154igb.106.1366794203343; Wed, 24 Apr 2013 02:03:23 -0700 (PDT) Received: by 10.43.99.202 with HTTP; Wed, 24 Apr 2013 02:03:23 -0700 (PDT) In-Reply-To: <51779DAC.5070300@anderiasch.de> References: <5170E1F8.9060203@sugarcrm.com> <000e01ce3ee3$597521f0$0c5f65d0$@tutteli.ch> <5174EE1C.2030002@anderiasch.de> <51779DAC.5070300@anderiasch.de> Date: Wed, 24 Apr 2013 11:03:23 +0200 Message-ID: To: Florian Anderiasch Cc: PHP Development Content-Type: multipart/alternative; boundary=047d7b41426af8b8d004db179296 Subject: Re: AW: [PHP-DEV] Importing namespaced functions From: alexander.deruwe@gmail.com (Alexander Deruwe) --047d7b41426af8b8d004db179296 Content-Type: text/plain; charset=UTF-8 On Wed, Apr 24, 2013 at 10:54 AM, Florian Anderiasch wrote: > Additionally, it's either semantically wrong to group unrelated > functions in "static tool classes", it's even a well-known antipattern. It also doesn't address a point made by Igor before: "It's distracting to have my vendor name in there every time they call the function. They can alias it, but then they just need to come up with a random word that makes no sense." The difference being that now it's not a vendor name but a class name. Alexander --047d7b41426af8b8d004db179296--