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

Use ID+Value beans instead of just Strings and fix some typos #4

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Conversation

rocboronat
Copy link

As it's common to need the ID of a given value and not just its label, this PR use complex beans instead of plain Strings. Usually, you need to work with key+value beans, so just working with the label of an item doesn't help too much.

In this approach, we will always work with the id and the value, so the client code will be simpler.

In addition, this PR also fixes some typos: there are lots of "spiner" in the project. Whoops!

@MdFarhanRaja thanks for the project, BTW!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant