rfc:cachediterable_straw_poll

This is an old revision of the document!


PHP RFC: Straw poll: Namespace to use for CachedIterable and iterable functionality

Introduction

CachedIterable and successors to the any() and all() on iterables proposed adding additional iterable functionality to php. E.g. CachedIterable eagerly evaluates any iterable and contains an immutable copy of the keys and values of the iterable it was constructed from.

After that was created, https://wiki.php.net/rfc/namespaces_in_bundled_extensions passed.

However, as there have not been any RFCs started that propose adding functionality using namespaces other than the global namespace in existing extensions yet, I'm uncertain as to how voters will interpret the “namespaces in bundled extensions” RFC at voting time.

In particular, https://wiki.php.net/rfc/namespaces_in_bundled_extensions#core_standard_spl and https://wiki.php.net/rfc/namespaces_in_bundled_extensions#existing_non-namespaces_symbols_and_consistency can be interpreted in different ways - the RFC recommends the usage of namespaces for functionality in core, but permits functionality to use the global namespace if it would be consistent with similar non-namespaced functionality already in core/standard/spl.

In addition to that, because that RFC says “may” and “should” instead of “must”, it can be interpreted differently by different people. (I am assuming those words meant something similar to https://datatracker.ietf.org/doc/html/rfc2119 but that was not specified in the namespaces in bundled extensions RFC)

Proposal

In this straw poll, gather feedback for the functionality from CachedIterable and successors to the any() and all() on iterables RFC: any()/all()/none()/find()/reduce()

Proposed Voting Choices

Voting on this straw poll starts on June 5, 2021 and ends on June 12, 2021.

Note that due to a limitation of the wiki software, forms must be voted on separately. If you are opposed to this functionality being added to PHP in any form, please note this in addition to your preferred namespacing choice, given that https://wiki.php.net/rfc/namespaces_in_bundled_extensions has passed.

Namespace choices

https://wiki.php.net/rfc/namespaces_in_bundled_extensions strongly discourages some of the previously considered namespace options with too few or too many namespace parts.

Extensions should not use a vendor namespace.

...

Namespace names should follow CamelCase.

...

Because these extensions combine a lot of unrelated or only tangentially related functionality, symbols should not be namespaced under the Core, Standard or Spl namespaces. Instead, these extensions should be considered as a collection of different components, and should be namespaced according to these.

Preferred namespacing choice for CachedIterable

(No namespace alternatives were suggested between announcing the straw poll and opening the straw poll in https://externals.io/message/114687#114687)

Preferred namespacing choice for CachedIterable
Real name Iterable\CachedIterable CachedIterable Collections\CachedIterable Opposed to previous namespace choices Opposed to adding this functionality to php
alec (alec)     
ashnazg (ashnazg)     
bmajdak (bmajdak)    
crell (crell)    
derick (derick)   
galvao (galvao)     
kalle (kalle)     
kguest (kguest)     
levim (levim)     
mcmic (mcmic)     
mgocobachi (mgocobachi)     
nicolasgrekas (nicolasgrekas)     
ocramius (ocramius)   
pollita (pollita)     
ramsey (ramsey)     
reywob (reywob)    
tandre (tandre)    
Count: 8 10 2 2 3


Preferred namespacing choice for successors to the any() and all() on iterables RFC: any()/all()/none()/find()/reduce()

Preferred namespacing choice for any()/all()/none()/reduce()/find()
Real name Iterable\any() iterable_any() Opposed to previous namespace choices Opposed to adding this functionality to php
ashnazg (ashnazg)    
bmajdak (bmajdak)   
crell (crell)   
derick (derick)  
galvao (galvao)    
kalle (kalle)   
kguest (kguest)    
levim (levim)    
mcmic (mcmic)    
mgocobachi (mgocobachi)    
nicolasgrekas (nicolasgrekas)    
ocramius (ocramius)    
pollita (pollita)    
ramsey (ramsey)    
reywob (reywob)    
tandre (tandre)   
Count: 10 7 3 2


Functionality of interest in the successor to the any() and all() on iterables RFC:

Implementation of any()/all()/none()/find()/reduce()

(functionality such as reversed(), flip(iterable): CachedIterable, etc. (which would require CachedIterable) is left out of this question)

(in this proposal, find() and reduce() act only on values of iterables, similar to how array_reduce works. Passing too many arguments is currently an error for internal functions and it is possible that it would be deprecated for user-defined functions in the future.)

Preferred namespace case to use for iterable/Iterable

I didn't notice this earlier, but the Namespaces in Bundled Extensions RFC recommended (but didn't mandate) that “Namespace names should follow CamelCase.” - so I'm not sure if iterable\ or Iterable\ makes the most sense to others.

This poll asks whether iterable\ or Iterable\ makes more sense - It could be argued by some that namespaces such as iterable\ should be an exception due to it also being used as a soft reserved keyword that is typically lowercase.

https://externals.io/message/114687#114689

To me, a lower-case namespace like “iterable” just looks wrong, because I'm so used to namespaces, like classes, being UpperCamels.

The connection to a keyword doesn't seem convincing to me - if anything, it highlights the possible confusion from choosing a namespace name that has a different meaning elsewhere, although I admit no brilliant alternatives spring to mind.

Regards,

-- Rowan Tommins [IMSoP]

(Aside: shorter namespace names such as iter were unpopular in a previous straw poll, and iter would conflict with https://github.com/nikic/iter)

Preferred namespacing for iterable\
Real name iterable\ (lowercase) Iterable\ (CamelCase)
alec (alec)  
ashnazg (ashnazg)  
bmajdak (bmajdak)  
crell (crell)  
derick (derick)  
galvao (galvao)  
kalle (kalle)  
kguest (kguest)  
levim (levim)  
mgocobachi (mgocobachi)  
nicolasgrekas (nicolasgrekas)  
ocramius (ocramius)  
pollita (pollita)  
ramsey (ramsey)  
reywob (reywob)  
tandre (tandre)  
Count: 0 16

References

rfc/cachediterable_straw_poll.1622911593.txt.gz · Last modified: 2021/06/05 16:46 by tandre