-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Open
Labels
breakingThis change will break codeThis change will break codedeprecationThis change introduces or involves a deprecationThis change introduces or involves a deprecationstrings"Strings!""Strings!"
Description
On Slack I said:
joinis occasionally frustrating because Base definesjoinfor 1 to 3Anyargs, so it's hard to extend without giving the user some confusion, and it's a common operation for a varying number of arguments (e.g., join N tables a la SQL)
I think join is not specific enough of a name to describe the operation implemented generically in Base
And @StefanKarpinski suggested opening an issue.
Another issue with join is that since it's extremely generic, it actually does apply to almost every type. So it's conceivable that you might want to join some databases but also separately stringjoin them for printing or something.
A somewhat-related discussion was had here: #26617
DilumAluthge, KristofferC, StefanKarpinski, yurivish, nickrobinson251 and 2 more
Metadata
Metadata
Assignees
Labels
breakingThis change will break codeThis change will break codedeprecationThis change introduces or involves a deprecationThis change introduces or involves a deprecationstrings"Strings!""Strings!"