How would it help? Class names should be unique, and uniqueness achievable 
by adding version numbers to it. Even if we'll move version numbers to 
directories - it wouldn't do the trick because same issue will appear in 
namespace.

четверг, 17 октября 2019 г., 19:57:35 UTC+3 пользователь Asmir Mustafic 
написал:
>
>
>
> On Thursday, 17 October 2019 18:31:12 UTC+2, Anton Komarev wrote:
>>
>>
>> For example migration `from 10.11.2 to 10.11.3` version will look like: 
>> From10102To10103
>> This variant will be much readable: From10_11_2To10_11_3
>>
>> How to deal with version numbers delimited with dots in class names?
>>
>> Probably this does not answer directly your question, but projects as 
> doctrine migrations allows you to place classes in sub-directories (this 
> namesapces) grouped by year/month. In this way the number of classes in the 
> same folder is really lower.
>
>
> Asmir
>
>
>
>  
>

-- 
You received this message because you are subscribed to the Google Groups "PHP 
Framework Interoperability Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to php-fig+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/php-fig/b2a3d6e7-9fa7-4afe-8714-d77f8bc88ca1%40googlegroups.com.

Reply via email to