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

UUID-class for UUIDs #24

Open
Dauerdaddlah opened this issue Jan 14, 2019 · 1 comment
Open

UUID-class for UUIDs #24

Dauerdaddlah opened this issue Jan 14, 2019 · 1 comment
Labels
good first issue Good for newcomers

Comments

@Dauerdaddlah
Copy link
Member

Dauerdaddlah commented Jan 14, 2019

We should check if it may a good idea to use the UUID-class for UUIDs instead of simple Strings.

Using a dedicated class could clearly show what we want to have, instead of a 'primitive' type, that could be of any meaning.

If not using the class a typedef for UUID (internally still using a String) could possibly help make the code more readable

@Dauerdaddlah Dauerdaddlah added the evaluate Evaluate if a further issue should be created label Jan 14, 2019
@Valefant
Copy link
Member

A typedef sounds reasonable 👍

@Valefant Valefant added good first issue Good for newcomers and removed evaluate Evaluate if a further issue should be created labels Mar 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants