f4b6a3 / uuid-creator

UUID Creator is a Java library for generating Universally Unique Identifiers.
MIT License
410 stars 44 forks source link

Remove the GUID.get() method, synonymous with GUID.toUUID() #80

Closed fabiolimace closed 1 year ago

fabiolimace commented 1 year ago

Remove this method: GUID.get().

The interface should have only the this method: GUID.toUUID().

It's not good to have two methods for the same operation. This can be confusing and breaks the principle of simplicity.

fabiolimace commented 1 year ago

Released v5.3.1! 🎉