Merge Str and Stringable
              
              #56212
            
            
          Replies: 2 comments 2 replies
-
| Why would one merge these? They have different purposes | 
Beta Was this translation helpful? Give feedback.
                  
                    2 replies
                  
                
            -
| 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.
                  
                    0 replies
                  
                
            
  
    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
StrandStringablemethods 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