#what data type to use for storing ids?
1 messages · Page 1 of 1 (latest)
<@&1004656351647117403> please have a look, thanks.
why not long ?
bc i use SOAP, and i need to specify data types, and XML doesnt have long 😦
oh crap, it has long
but what about just using String?
Comparison will be slower on string also it takes more space
This number looks like it represents something
You should probably make a custom datatype, that has a sufficiently good underlying type to store this value
I suggest you use Long(Wrapper) instead of long(primitive) as well.
It will save you headaches in the future.
I am absolutely terrified of the ridiculous questions that will follow if you don't pick UUID