frindaddy / mixd

Cocktail portfolio/repository for sharing drink recipes between friends
0 stars 0 forks source link

Add checks for used UUID on UUID creation #37

Closed frindaddy closed 2 months ago

frindaddy commented 2 months ago

It is ~technically~ possible for UUIDs to collide on generation, as we do not check for used UUIDs when we create new one on drink or ingredient creation

sidezbros commented 2 months ago

There is a 1 in 2^256 chance this happens and it will make things very clunky. I do not intend to implement this.