Closed fabiolimace closed 1 year ago
Remove this method: GUID.get().
GUID.get()
The interface should have only the this method: GUID.toUUID().
GUID.toUUID()
It's not good to have two methods for the same operation. This can be confusing and breaks the principle of simplicity.
Released v5.3.1! 🎉
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.