Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

Should we use Enum or String for the lists? #29

Closed
vassiliphilippov opened this issue Jan 2, 2013 · 1 comment
Closed

Should we use Enum or String for the lists? #29

vassiliphilippov opened this issue Jan 2, 2013 · 1 comment

Comments

@vassiliphilippov
Copy link
Collaborator

For example the following XML:

    <included-activities>
      <in-app-billing>no</in-app-billing>
      <gambling>no</gambling>
      <advertising>no</advertising>
      <user-generated-content>no</user-generated-content>
      <user-to-user-communications>no</user-to-user-communications>
      <account-creation>no</account-creation>
      <personal-information-collection>no</personal-information-collection>
    </included-activities>

Should we create Enum with all included activity tag options or simply pass a string?

@vassiliphilippov
Copy link
Collaborator Author

It seems enum will be better

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

1 participant