Ask HN: GUID or UUID?
In a data structure, dou you refer to the instance of a generated UUID value as "uuid" or "guid"?
For some reason my impulse is to call the instance value a guid, even though I just used a uuid function to generate it.
For some reason my impulse is to call the instance value a guid, even though I just used a uuid function to generate it.
3 comments
[ 3.4 ms ] story [ 19.6 ms ] threadI wouldn't name a struct member "uuid" or "guid", however - that's a type, not a name.