Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:114899 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 45230 invoked from network); 15 Jun 2021 23:19:26 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 15 Jun 2021 23:19:26 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 7D87A1804A8 for ; Tue, 15 Jun 2021 16:36:00 -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=-1.1 required=5.0 tests=BAYES_00,SPF_HELO_PASS, SPF_NEUTRAL autolearn=no autolearn_force=no version=3.4.2 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, 15 Jun 2021 16:35:59 -0700 (PDT) Received: from [192.168.42.60] (host81-159-84-188.range81-159.btcentralplus.com [81.159.84.188]) by xdebug.org (Postfix) with ESMTPSA id 9F3FD10C022; Wed, 16 Jun 2021 00:35:58 +0100 (BST) Date: Wed, 16 Jun 2021 00:35:57 +0100 User-Agent: K-9 Mail for Android In-Reply-To: References: ,<1264800815.114074.1623767690835@email.ionos.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable To: internals@lists.php.net,tyson andre ,"internals@lists.php.net" Message-ID: <8D8E6117-4E78-40C2-B993-BF36A55BB978@php.net> Subject: Re: [PHP-DEV] [VOTE] ImmutableIterable (immutable, rewindable, allows any key&repeating keys) From: derick@php.net (Derick Rethans) On 16 June 2021 00:19:14 BST, tyson andre wro= te: >> Maybe better use "IterableImmutable" to be more consistent with >"DateTimeImmutable"? > >1=2E Replies won't show up on list if they aren't sent to >internals@lists=2Ephp=2Enet >2=2E I consider the name DateTimeImmutable a mistake (but one that isn't >worth fixing)=2E >If it was done from scratch I believe ImmutableDateTime would make more >sense with the adjective first, then the noun=2E No=2E If it was done from scratch, we'd only have DateTime, which would be= immutable=2E=20 cheers,=20 Derick=20