moodymudskipper / safejoin

Wrappers around dplyr functions to join safely using various checks
GNU General Public License v3.0
42 stars 7 forks source link

Thoughts on breaking changes #34

Closed moodymudskipper closed 2 years ago

moodymudskipper commented 5 years ago

2 things are happening :

Another thing... still doubting on dotted arguments, it's still confusing that args are not named the same for safe_* and eat, and if a new feature of safe_* uses dots we might be annoyed... that's a big change though...

Is safejoin even the right term as we will :

safejoin is a cool name though but it wouldn't absurd to do all other non breaking changes first, then rename to something else, deprecate and put new in CRAN

moodymudskipper commented 2 years ago

{powerjoin} solves most of those.