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
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