>For both points, I'd say "consistency wins by default."  So if the other 
>classes in that package already skip "Time" and use ::create() instead of a 
>constructor, you should do the same as well unless there's a very good reason 
>not to.

I have updated the RFC to use switch to the naming without "Time", and added 
some notes about the naming options.

(On a side note, I realized that HHVM/Hack also implements it without the 
"Time" part:
https://docs.hhvm.com/hack/reference/class/IntlDatePatternGenerator/ )

I have also removed the open question about the `::create()` method, since the 
current form is consistent with `IntlDateFormatter`, which is what we want.

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: https://www.php.net/unsub.php

Reply via email to