Merge Str
and Stringable
#56212
Unanswered
balboacodes
asked this question in
Ideas
Replies: 2 comments 2 replies
-
Why would one merge these? They have different purposes |
Beta Was this translation helpful? Give feedback.
1 reply
-
One is a fluent OOP API that always returns itself, the other mutates the string given and returns a new one |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Has there ever been any discussion about merging the
Str
andStringable
methods into one string helper class? Seems like a pain to have to keep both classes up-to-date when things are changed.Beta Was this translation helpful? Give feedback.
All reactions