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

window.user #36

Open
garmoshka-mo opened this issue Oct 1, 2015 · 0 comments
Open

window.user #36

garmoshka-mo opened this issue Oct 1, 2015 · 0 comments
Assignees

Comments

@garmoshka-mo
Copy link
Owner

Убрать глобальную переменную.
Такими архитектура уходит от инъекций, запутываются связи и увеличивается риск сложно-закрученных багов.

Сейчас глобальный юзер используется, потому что есть circular dependency:
api -> userRequest -> user -> api

accessToken и гоставые вызовы (guestRequest) для виртуальной авторизации - вынести в сервис auth,
который уже использовать в userRequest, user и т.п.

Сократить user

Разбить еще на классы, чтобы он стал < 200 строк

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

2 participants