-
-
Notifications
You must be signed in to change notification settings - Fork 87
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
code cleanup #36
base: master
Are you sure you want to change the base?
code cleanup #36
Conversation
Thanks, @MovGP0 Massive pull request, a lot of stuff going on here! Some stuff I'd be glad to merge, other that I don't like too much. Was this done by some kind of automated code correction? From skipping over parts of the code, here are the things I dislike (basically my personal coding style preferences):
I'll have a second, closer look at this PR in the next days. |
Those have a different meaning:
Therefore, the
The use of
Nullability-bugs are the most common form of bugs in code. Unfortunately, the nullability issues won't get fixed without those warnings. |
Agree.
I do use I had a detailed look at all the code changes. I hope we agree, that opening such a large pull request without prior discussion is not optimal. Having coding style changes that we partly disagree on as main content, I think I'm not going to merge at this point. I'm not sure if it makes sense trying to fix these issues, but here are few more things I noticed:
As mentioned in my first comment, I would like to apply parts of the changes. Let me know what you think would be the best way to proceed, so that your contribution doesn't go unnoticed. |
did the following cleanup:
Note: additional cleanup is required to fix all the nullable issues