Moving UUID & ULID utilities to its own class #47044
Unanswered
DarkGhostHunter
asked this question in
General
Replies: 1 comment 5 replies
-
Same with the "case" methods:
One thing that bugs me with the bloated |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Title. Most of UUID utilities are being shoved into Str.
I think that, to avoid the
Str
helper creeping with more UUID related utilities, a newUID
utility class should exist to wrap these helpers and future helpers.Since this kind of update would be disruptive,
Str
would proxy these calls toUid
.Beta Was this translation helpful? Give feedback.
All reactions