Size: a a a

2020 March 04

А

Алексей R in Yii Framework 3
ну моё предложение немного ломает BC
источник

DS

Dmitriy S in Yii Framework 3
Тогда осталось тесты и ридми?
источник

AM

Alexander Makarov in Yii Framework 3
да
источник

Д

Дмитрий in Yii Framework 3
Alexander Makarov
1. Я не уверен что readme сейчас актуален с этими изменениями.
2. AbstractContainerConfigurator выглядит очень грязно когда set() не перекрывается. Но не знаю, можно ли тут нормально. @xepozz, @roxblnfk ваши идеи бы не помешали.
3. delegateLookup() я бы всё-таки снёс. Для него ни тестов ни реального клиента...
4. ContainerProxyInterface мы хотели выносить вроде, а он ещё там.
Я бы тесты добавил и описания к классам
источник

DS

Dmitriy S in Yii Framework 3
Можно в дебаггер-вьюер такое прикрутить, я пока в yii-demo добавил
https://i.imgur.com/ZJPkrIN.png
источник

AM

Alexander Makarov in Yii Framework 3
+
источник

DS

Dmitriy S in Yii Framework 3
@xepozz, так ты хотел чтобы файлы дебагера именовались?
https://i.imgur.com/20HyG5N.png
источник

Д

Дмитрий in Yii Framework 3
не важно как, главное брались из дебагер->гетИд
источник

DS

Dmitriy S in Yii Framework 3
источник

Д

Дмитрий in Yii Framework 3
но да, так :)
источник

T

TradersVE in Yii Framework 3
We should add all exceptions at https://github.com/yiisoft/friendly-exception, instead of each package repeating the same exceptions.
источник

Д

Дмитрий in Yii Framework 3
No, this repo not for all exceptions, only for *Friends*. This exceptions will provide the solution guide how to solve the problem
источник

А

Алексей R in Yii Framework 3
Only for interface
источник

T

TradersVE in Yii Framework 3
We must create a repository of exceptions, to have a standard within the framework for them.
источник

А

Алексей R in Yii Framework 3
Can you give examples of errors that need to be placed in a separate package?
источник

T

TradersVE in Yii Framework 3
Дмитрий
No, this repo not for all exceptions, only for *Friends*. This exceptions will provide the solution guide how to solve the problem
It is that all exceptions should show the error message of the problem.
источник

T

TradersVE in Yii Framework 3
Алексей R
Can you give examples of errors that need to be placed in a separate package?
Do a review of all packages and you will find repeated exceptions used by all packages.
источник

А

Алексей R in Yii Framework 3
TradersVE
It is that all exceptions should show the error message of the problem.
Friendly exceptions also show solutions for developers
источник

А

Алексей R in Yii Framework 3
TradersVE
Do a review of all packages and you will find repeated exceptions used by all packages.
The essence of these exceptions is that they show their origin with their namespace
источник

А

Алексей R in Yii Framework 3
This is a grouping factor by which you can catch exceptions.
источник