Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:122975 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 9A6521A009C for ; Fri, 5 Apr 2024 17:00:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1712336440; bh=hVnbv2ID1hqIK3f4P0NREg8BMjhrZfobWRLbPoTgCD4=; h=Date:To:From:Subject:From; b=mxO99i8tCvgnxmoOdDgx5UajFP8LlwjwmjJQfUyHDGAoSqxnpfkX8wrZSUcmJV7W3 Kk5PVy9wVzvYVrIPoul8pEH8n43JO6EvlfeMCyZgUQNGbdvOyQ/LGnQLZjG/ONKmcR BNFLFf5RfET3WEbTkq2vL1Q5EN4+/hicBFimbWT9t1lOiAd9hxB2hmtbpedvQCcrUG kkeLvqUF1j8+p7D4PLl3NzUUeR9kUNtrccVWPr4OE9GEWAmbJvpvjSQp+REV9sehIV FoFs9FyqzK1zfYiLgB6tLc0teaetv/DVAFHZVk/AREGVY3qDQqWkL2KSfwNm+QAJmY MiDYXK/jXUomw== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 97CE91805E2 for ; Fri, 5 Apr 2024 17:00:37 +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.6 required=5.0 tests=BAYES_50,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 chrono.xqk7.com (chrono.xqk7.com [176.9.45.72]) (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, 5 Apr 2024 17:00:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1712336405; bh=xyR3EP1DkZ07t+pKimyvatvGCIsLl+2I5FthrxGKP4U=; h=Message-ID:Date:MIME-Version:To:From:Subject:Content-Type:from:to: cc:subject:message-id; b=KRp9dA0EF2KMDb0TXZjRwXG1JABqUj61rJBCE0Exfv/B1//T9wn2RDSOWPWmu0hU9 fP1cIKN2vG5I3B8TudeKwNqmEV9YC+2prPwqnDHBYaiU6pdl8nZl89YiVpKTyaxh5l YTW5ql5dfFCQQzIaOsBN6INC0EkDg2+VKp3QPlPLDsaQRzNHNS2wWS5Grnukv7fHUF QRfykmESPOeGNuON0HSeWB+782rn0DQ2WJzpTNSjLmlL2L9lCxWXsHFJFVWDVkZPo8 xUlwJJF0P7C3U7Jb1T73suie+mqJv5LfP53pX9XsxojczWkFXygili7EO+3TqEmucV Ch/KT8c7VhZtw== Message-ID: <792b2282-b7a3-40dd-899c-daab55353316@bastelstu.be> Date: Fri, 5 Apr 2024 19:00:04 +0200 Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net MIME-Version: 1.0 Content-Language: en-US To: PHP internals Subject: [PHP-DEV] [RFC] Casing of acronyms in class and method names Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit From: tim@bastelstu.be (=?UTF-8?Q?Tim_D=C3=BCsterhus?=) Hi I've just written up the follow-up RFC to my previous “Casing of acronyms in class and method names” thread and I'm officially opening up the discussion period for it. Please find the following links for your convenience: 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 I'd like to thank Larry and Niels for proof-reading the RFC and making direct wording improvements (check the edit history for details). Best regards Tim Düsterhus