Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:110496 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 47000 invoked from network); 12 Jun 2020 10:46:24 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 12 Jun 2020 10:46:24 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id B15631804E2 for ; Fri, 12 Jun 2020 02:30:48 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS48854 94.231.96.0/20 X-Spam-Virus: No X-Envelope-From: Received: from smtp.simply.com (smtp.simply.com [94.231.106.220]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Fri, 12 Jun 2020 02:30:47 -0700 (PDT) Received: from mail-wr1-f48.google.com (mail-wr1-f48.google.com [209.85.221.48]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by smtp.simply.com (Simply.com) with ESMTPSA id 49jwSj62Btz63jY for ; Fri, 12 Jun 2020 11:30:45 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=givoni.dk; s=unoeuro; t=1591954245; bh=KuCO9FEutEs6kD7Jro8cp1UF8vPjFwhS5a7IpcyLRnA=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=XZLZXRjz0dvN9DsH059DqdYT/Vc2YDfMuZDlGJKzEtdwPn8C3DEh10cpvn74Upnut BQZ+k3c6niv2/jVlVNuskrhi/lxf763H6ZB5rWiQBmbtZ4llRdu7p+5V0eVKYQKUp9 /OdQjDO/LBf4tljIxwhrOzqcPubT2Wrypi2UCRfQ= Received: by mail-wr1-f48.google.com with SMTP id h5so9033319wrc.7 for ; Fri, 12 Jun 2020 02:30:45 -0700 (PDT) X-Gm-Message-State: AOAM533ginFsXRJkqd70jx3AbNPQtziKFyuC8xL821XtQyk7UlWWegfp IVJyE7zySyfQIeoMKEtHnGUxB+PbxGuJKmUeKwM= X-Google-Smtp-Source: ABdhPJzhzfgXtj5fw5t4hS6H099/DV2mMUxWVZQUYMyGP5jX+FFg7I021++1BZFTCFgw67uzwGmAXGdpgyPKKPgMLUU= X-Received: by 2002:adf:b348:: with SMTP id k8mr15297467wrd.157.1591954245509; Fri, 12 Jun 2020 02:30:45 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Fri, 12 Jun 2020 11:30:34 +0200 X-Gmail-Original-Message-ID: Message-ID: To: Sara Golemon Cc: Ryan Jentzsch , Claude Pache , "G. P. B." , PHP internals , Kalle Sommer Nielsen Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV][RFC] Rename T_PAAMAYIM_NEKUDOTAYIM to T_DOUBLE_COLON From: jakob@givoni.dk (Jakob Givoni) On Thu, Jun 11, 2020 at 12:14 AM Sara Golemon wrote: > > You know what shows up unambiguously in a google search? "Paamayim > Nekudotayim". > You know what ISN'T unambiguous in a google search? "Double Colon" Straw man. The point being that you wouldn't have to Google "Double Colon" because it is self explanatory. > Token names shouldn't show up. Everyone is agreeing with that statement. > Universally. Let's fix that problem rather than create new ones by not > addressing the underlying issue. Are you saying that this RFC is creating a new problem? If so, please elaborate. > > Once again I plead for logic and sanity. At least have the courage to put > > it to a vote. > > > > Absolutely. Put it to a vote. I've got my "no" all locked and loaded. Why is this even an RFC? It's not a language change. There seems to be consensus that those tokens should not be exposed in error messages, so changing the name of one is not even a bugfix, it's just an internal maintainability fix ;-) If your position is "if it ain't broke, don't fix it", I think the prudent thing to do would be to abstain from voting. If a change is perceived as positive for at least one person and the rest are indifferent, it's still a net positive change. If your position is "error messages that you have to Google are better than those you don't" then we should be seeing much more RFC proposing to rename things like T_STRING to T_EMAFAI_ONAFAI_SAUKOFE etc. :-D Best regards, Jakob