Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:123000 X-Original-To: internals@lists.php.net Delivered-To: internals@lists.php.net Received: from php-smtp4.php.net (php-smtp4.php.net [45.112.84.5]) by qa.php.net (Postfix) with ESMTPS id 804101A009C for ; Sat, 6 Apr 2024 15:16:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1712416619; bh=EzDsci8T1MKDKbI9igyku8pskzGnWK6rRkZ56e9ABMc=; h=Subject:From:In-Reply-To:Date:Cc:References:To:From; b=LqIIjGBh2Ddt69rKyRLzhuuFz3xVAtzLzTVcekoHxrlEY4VGam/eIs1OhKmT2NQdh d4nhRk7opjfpjdFc7gdUJ90kUF1OGv9AFfAEeMneyB3+6YiEhQXkfmryyWuXQR1Lrj Z+JLZPQm4pJzLf/8vna1UYV5GVS0eybekyRC8wrnlbv+9vLFXA8Q0nFEqk6UOPwMoA MTSUmWFCAV7s7J+/I5Jmc5N7L4LL7kXTrunzrPI2isFm0hJsAFDRt0SiGDkAMxNzsk c+S72XT4nUE5kAgHtZ4Iqv2jNx6PEhPQLt2yzN4Ud3CjLSPrZkacmOObwNr7LadQkE dIpIjd3z8EBNQ== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 1A396180088 for ; Sat, 6 Apr 2024 15:16:59 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-0.7 required=5.0 tests=BAYES_05,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,SPF_HELO_NONE, SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=4.0.0 X-Spam-Virus: No X-Envelope-From: Received: from mail.sakiot.com (mail.sakiot.com [160.16.227.216]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Sat, 6 Apr 2024 15:16:58 +0000 (UTC) Received: from smtpclient.apple (unknown [117.55.37.250]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.sakiot.com (Postfix) with ESMTPSA id C5D2A401F4; Sun, 7 Apr 2024 00:16:25 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=sakiot.com; s=default; t=1712416585; bh=EzDsci8T1MKDKbI9igyku8pskzGnWK6rRkZ56e9ABMc=; h=Subject:From:In-Reply-To:Date:Cc:References:To:From; b=Dj/n21abiWjNgdL8vlIwIoEiCijvJyJJwEWE4X8lxs3c8c4HiBdEu51rr5rWDyhh0 U2o5F21/kSABGAdeSydj9unKySjBrVWMKL7uEcI3LL5B0CJ+/AylRF3hSF6qdY5m5o ECXfqma9QPmeDAjpt9iVdmYogEVPz8rNKu1UqDP8= Content-Type: text/plain; charset=utf-8 Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3731.700.6.1.1\)) Subject: Re: [PHP-DEV] [RFC] Casing of acronyms in class and method names In-Reply-To: <792b2282-b7a3-40dd-899c-daab55353316@bastelstu.be> Date: Sun, 7 Apr 2024 00:16:12 +0900 Cc: PHP internals Content-Transfer-Encoding: quoted-printable Message-ID: References: <792b2282-b7a3-40dd-899c-daab55353316@bastelstu.be> To: =?utf-8?Q?Tim_D=C3=BCsterhus?= X-Mailer: Apple Mail (2.3731.700.6.1.1) From: saki@sakiot.com (Saki Takamachi) Hi Tim, > I've just written up the follow-up RFC to my previous =E2=80=9CCasing = of acronyms in class and method names=E2=80=9D thread and I'm officially = opening up the discussion period for it. >=20 > Please find the following links for your convenience: >=20 > RFC: https://wiki.php.net/rfc/class-naming-acronyms > Previous ML discussion: https://externals.io/message/120959#120959 > Related discussion in PHP-FIG: = https://github.com/php-fig/per-coding-style/issues/83 >=20 > I'd like to thank Larry and Niels for proof-reading the RFC and making = direct wording improvements (check the edit history for details). Strictly speaking, namespace is neither a class nor a method, so isn't = it outside the scope of this RFC? In fact, RFC: Class Naming makes no = mention of namespace naming conventions at all. I asked this because = there was mention of namespaces in the `DOM`. If I'm not misunderstanding something, I think I should clarify that = RFCs also include namespaces. Regards. Saki=