-
Notifications
You must be signed in to change notification settings - Fork 69
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
feat(notifier): add selfstate controller #1119
base: feat/add-selfstate-monitor
Are you sure you want to change the base?
feat(notifier): add selfstate controller #1119
Conversation
Правильно ли я понял, что Небольшое замечание, предлагаю сейчас не переделывать, но задачу завести:
|
@AleksandrMatsko Если видишь вариант объединения без потери понятности кода, то можешь предложить |
На самом деле несколько вариантов есть.
func needCreate(enabled, useTurnOffNotifierFlag, isNotifierTurnedOff bool) bool {
if !enabled {
return false
}
if useTurnOffNotifierFlag && isNotifierTurnedOff {
return false
}
return true
} Но сейчас всё же думаю заморачиваться не стоит |
Add selfstate controller