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

Fix Magic Number Issues #234

Merged
merged 6 commits into from
Oct 30, 2024
Merged

Conversation

Linfye
Copy link
Contributor

@Linfye Linfye commented Oct 30, 2024

Contributor checklist


Description

Thanks to the previous contributors for their refactoring work, which removed a lot of unnecessary code. I only need to modify about 50 formatting errors instead of the 500 I mentioned in #90. 😊

Related issue

Copy link

Thank you for the pull request!

The Scribe team will do our best to address your contribution as soon as we can. The following is a checklist for maintainers to make sure this process goes as well as possible. Feel free to address the points below yourself in further commits if you realize that actions are needed :)

If you're not already a member of our public Matrix community, please consider joining! We'd suggest using Element as your Matrix client, and definitely join the General and Android rooms once you're in. Also consider joining our bi-weekly Saturday dev syncs. It'd be great to have you!

Maintainer checklist

  • The linting and formatting workflows within the PR checks do not indicate new errors in the files changed

  • The CHANGELOG has been updated with a description of the changes for the upcoming release and the corresponding issue (if necessary)

@@ -62,6 +61,9 @@ abstract class SimpleKeyboardIME(
private var emojiBtnTablet2: Button? = null
private var emojiSpaceTablet2: View? = null
private var emojiBtnTablet3: Button? = null

// how quickly do we have to doubletap shift to enable permanent caps lock
Copy link
Member

Choose a reason for hiding this comment

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

For comments that are their own line, @Linfye, can we capitalize the first letter and put a period at the end as they should be complete sentences? In the future :) I'll fix this!

Copy link
Member

Choose a reason for hiding this comment

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

And also you were copying it over, so no stress, just for next time 😊

Copy link
Member

@andrewtavis andrewtavis left a comment

Choose a reason for hiding this comment

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

Updated the comments in the project to also follow the style discussed above. Thanks for the fixes here, @Linfye!

@andrewtavis
Copy link
Member

We're really making some great progress 😊

@andrewtavis andrewtavis added the hacktoberfest-accepted Accepted as a part of Hacktoberfest label Oct 30, 2024
@andrewtavis andrewtavis merged commit e627562 into scribe-org:main Oct 30, 2024
2 checks passed
@Linfye Linfye deleted the replace-magic-numbers branch October 31, 2024 01:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest-accepted Accepted as a part of Hacktoberfest
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants