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

Довести MVC до ума #1

Closed
KriseevM opened this issue Jul 8, 2022 · 1 comment
Closed

Довести MVC до ума #1

KriseevM opened this issue Jul 8, 2022 · 1 comment

Comments

@KriseevM
Copy link
Owner

KriseevM commented Jul 8, 2022

Я почти добился здесь MVC, но есть одна ключевая ошибка, которую я допустил
Контроллер, названный у меня IGameProcessor (и соответственно, его реализации, передаваемые через DI) требует доступ к модели. Это сразу же нарушает MVC, поскольку даёт представлению работать с моделью напрямую, используя контроллер только для получения ссылки на модель.
Это надо исправить

@KriseevM
Copy link
Owner Author

KriseevM commented Aug 2, 2022

В общем, я сделал соответствующую правку в коммите e63ec9d и запушил её прямо в мастер, поскольку не вижу смысла плодить ветки на столь малом проекте, который уже завершён и дальше не разрастётся

@KriseevM KriseevM closed this as completed Aug 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant