We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Сейчас приходится писать такую штуку, дублируя имена в аргументах
registry .set('PriceDiscount', PriceDiscount) .set('PriceVal', PriceVal) .set('Currency', Currency)
Но кажется, что заполнение реестра через объекты делать попроще. Например можно сделать метод fill для таких вещей
fill
registry.fill({ PriceDicount, PriceVal, Curency });
Или есть проблемы с типизацией этого подхода?
The text was updated successfully, but these errors were encountered:
Более удачный подход реализован в PR #462, эту issue пока закрою.
Sorry, something went wrong.
No branches or pull requests
Сейчас приходится писать такую штуку, дублируя имена в аргументах
Но кажется, что заполнение реестра через объекты делать попроще.
Например можно сделать метод
fill
для таких вещейИли есть проблемы с типизацией этого подхода?
The text was updated successfully, but these errors were encountered: