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

#tech replace fatal error with debugPrint #13

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

NullIsOne
Copy link
Contributor

Что сделано

  • Заменен fatalError на debugPrint

Зачем это сделано

  • Для того чтобы не тормозить инкрементальную разработку. fatalError требует сразу расставить заглушки для всех weakRef. Становится невозможно делать фичу по-кусочкам. Приходится реализовывать все и сразу..
    Можно просто сказать, что мы вернулись к изначальному варианту.

@NullIsOne NullIsOne requested a review from Goldilocks97 July 2, 2024 11:50
@NullIsOne NullIsOne self-assigned this Jul 2, 2024
@NullIsOne NullIsOne merged commit fe6b327 into main Jul 2, 2024
1 check passed
@NullIsOne NullIsOne deleted the #tech/remove-fatalError-from-weak branch July 3, 2024 07:10
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

Successfully merging this pull request may close these issues.

2 participants