We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Label
Right now, we're using Label to show text that doesn't need to configure style. This might be making our code more complicated than it needs to be.
Instead of using Label, we could just use a string directly. This is simpler and makes the code easier to read.
This change would make our code cleaner and easier to read, which would make it easier for developers to work with.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description:
Right now, we're using
Label
to show text that doesn't need to configure style. This might be making our code more complicated than it needs to be.Suggestion:
Instead of using
Label
, we could just use a string directly. This is simpler and makes the code easier to read.Impact:
This change would make our code cleaner and easier to read, which would make it easier for developers to work with.
The text was updated successfully, but these errors were encountered: