Skip to content
New issue

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

Make config values validation #67

Open
tmptrash opened this issue Nov 21, 2019 · 0 comments
Open

Make config values validation #67

tmptrash opened this issue Nov 21, 2019 · 0 comments
Assignees
Milestone

Comments

@tmptrash
Copy link
Owner

В JS есть Proxy. С помощью них можно сделать проверку на вводимые значения объекта Config. Например, когда пользователь вводит в консоли irma.cfg.WORLD_WIDTH = 1024, валидатор должен не дать ему это сделать, так как нельзя изменять константы. То же самое касается других значений, у которых есть допустимы пределы значений. Например, проценты от 0 до 1.

@tmptrash tmptrash added this to the Optimizations milestone Nov 21, 2019
@tmptrash tmptrash self-assigned this Nov 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant