-
Notifications
You must be signed in to change notification settings - Fork 84
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
[Refactor] Improve code quality #379
Comments
I am interested in this one |
Thanks @henrikth93! Let me know if there's something I can do to support! 😊 |
Via a call that @henrikth93 and I are having, we've decided that this can be done on a basis where changes can be sent for individual or smaller groups of files 😊 |
@henrikth93, @andrewtavis, can I also have a shot in a few of those issues? maybe just small linting and replacing ifs for guard let, and stuff? |
Sounds good to me, @LeTarrask! Let's wait for @henrikth93 to confirm in case he's been working on them already :) Thanks for your interest in helping out! |
@LeTarrask @andrewtavis My focus is on fixing magic numbers at the moments, so feel free Alex! |
Fantastic :) Let us know if you have any questions, @LeTarrask! |
…ontroller Refactoring keyboardviewcontroller #379
Hello, I'm interested in working on this I plan to do some |
da23dd0 sent along tons of changes to address force unwraps, use If anyone sees anything in da23dd0 or in the current codebase that should be worked on, please open an individual issue for it and we'll get to it when we can! |
Terms
Description
The whole codebase could benefit from a code quality upgrade.
A non-exhaustive list:
if something { let something }
checks withguard let
andif let
whenever possible to allow for early return and nil-unwrapping safetyisEmpty
instead of.count
Contribution
No response
The text was updated successfully, but these errors were encountered: