47degrees/memeid

Extract UUID construction to a Java-only library

purrgrammer opened this issue · 1 comments

We can publish and depend on a Java-only version that contains the UUID creation logic, then implement the type hierarchy for UUIDs in Scala/Kotlin in a idiomatic way for each language. I'd keep the tests in Scala for the Java library if we can depend on Scala only for testing, since they are so much nicer to write/read than Java.

This isn't finished yet... still missing a couple constructors