Is it recommended to use Hexadecimal numbers (base 16) for ID numbers ?
For Example: Lets say i have a few objects or threads and i wanted to give them an ID and i used 0xF00D and 0xF00B
My question then is: what is the advantage of this over just using base 10 IDs like 1 and 2 ?