Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:123140 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 EFD451A009C for ; Tue, 16 Apr 2024 16:13:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1713284019; bh=6VnsgJTEU+7VBTHIy73O1dQLcWASigJWOiyTNgf93TQ=; h=Date:From:To:cc:Subject:In-Reply-To:References:From; b=gbVtRFV2SfnHCnVOFzjjKV0ujjpF9CcoNkD7b8yKV6lL/fSJUYIJKc8UgGE6L6X3u QM210buQAGRMHOsclhMYrImmgFCcDkl73gGNY4daTljvxrBwdh8eKdPRKcGDCSIgSt 03biWXS2GIa3x5ugmi7iIT5CKVoajvmCK+Odml8Ksa+iYAQhyJkcXhotIPKC7jeZ3U Nkydw4A9T8KFCbw61swFCINwrDzj9F757IWmI++fyAf6IoBDw4vuGRVNYUwaCapvAY tQMzjaCv4sMpjSdmQBRIMFa81hQuV9ga1Q4IDqRy8fmqH79ilOtd1GaYoLcliblJvA j5krfpVEmlbBQ== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 697A1180061 for ; Tue, 16 Apr 2024 16:13:39 +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=2.8 required=5.0 tests=BAYES_40,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_MISSING,SPF_HELO_PASS, SPF_SOFTFAIL,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=4.0.0 X-Spam-Virus: No X-Envelope-From: Received: from xdebug.org (xdebug.org [82.113.146.227]) by php-smtp4.php.net (Postfix) with ESMTP for ; Tue, 16 Apr 2024 16:13:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1713283982; bh=6VnsgJTEU+7VBTHIy73O1dQLcWASigJWOiyTNgf93TQ=; h=Date:From:To:cc:Subject:In-Reply-To:References:From; b=E9HuaxNWEQRMc5KV6FlKIuHHSxg+VrYmcw3JoH3y6rE7kx257uw2G9IAFkCp3tuNu QBLNNkgVC0IF+fwGlgDFoug2b1xNUP/dLVAMum/MeAMotK2JIAsUEEl1yV87hdvvUH plwdIr4pzqQELu8xvgDsnMt9M042qf2A0O5030uzk937fTJaF0VWmYe+K/WXma6bzd O2q95rl1e7vxzBs7WHec/1mn/8U2wBEFnzwIl6BP4mJBcfEAozr1rU4LU3G7ManTVT EOZSeNbinOk6hT3vZiNU+ps7osOCSeOl8xlwyKNG10ByxrMQF5NxhK4q0TQPu7Im8d JYVcSn+QKYJcA== Received: from localhost (localhost [IPv6:::1]) by xdebug.org (Postfix) with ESMTPS id 79AF710C051; Tue, 16 Apr 2024 17:13:02 +0100 (BST) Date: Tue, 16 Apr 2024 17:13:02 +0100 (BST) To: =?UTF-8?Q?Tim_D=C3=BCsterhus?= cc: PHP internals Subject: Re: [PHP-DEV] [RFC] Casing of acronyms in class and method names In-Reply-To: <792b2282-b7a3-40dd-899c-daab55353316@bastelstu.be> Message-ID: <6a56933b-f09b-7226-13da-0ae4a926da1b@php.net> References: <792b2282-b7a3-40dd-899c-daab55353316@bastelstu.be> Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="8323329-1980713670-1713283982=:26150" From: derick@php.net (Derick Rethans) This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323329-1980713670-1713283982=:26150 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE On Fri, 5 Apr 2024, Tim D=C3=BCsterhus wrote: > Hi >=20 > 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. =09One example is the PCGOneseq128XSLRR64 mentioned above That is probably not the best example of a "readable" class name, as no=20 matter the casing, it's not readable :-) =09None, yet. This RFC will result in changes to:=20 The=20 https://github.com/php/php-src/blob/536305436f44e91731bc5c86e06f137e44a0110= 9/CODING_STANDARDS.md#L173-L211=20 document should probably be folded into=20 https://github.com/php/policies/blob/main/coding-standards-and-naming.rst= =20 =E2=80=94 having it in two places isn't great. cheers, Derick --=20 https://derickrethans.nl | https://xdebug.org | https://dram.io Author of Xdebug. Like it? Consider supporting me: https://xdebug.org/suppo= rt mastodon: @derickr@phpc.social @xdebug@phpc.social --8323329-1980713670-1713283982=:26150--