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

Remove unnecessary Optionals, IUOs, and the like from Event #88

Merged
merged 8 commits into from
Aug 14, 2023

Conversation

mokagio
Copy link
Contributor

@mokagio mokagio commented Aug 10, 2023

The idea is to make the code "tighter", less flexible towards undesired state, so that it should be harder for runtime issues due to unexpected nils to occurr.

E.g. Xcode 14.3.1 would have failed before
The idea is to reduce the surface area for things to change so that
runtime problems are less likely to arise.
The idea is to reduce the surface area for things to change so that
runtime problems are less likely to arise.
The idea is to reduce the surface area for things to change so that
runtime problems are less likely to arise.
Copy link
Contributor

@HelioMesquita HelioMesquita left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All changes look good to me :)

@mokagio mokagio merged commit e4dcfa8 into master Aug 14, 2023
1 check passed
@mokagio mokagio deleted the mokagio/tighten-up-event branch August 14, 2023 21:07
@crazytonyli crazytonyli mentioned this pull request Jan 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants