That's just bad interface... When you design an API as if operations were independent, but they aren’t, you run into these issues.
Don't add "cut through the lawyers" functions, fix your interface.
That's just bad interface... When you design an API as if operations were independent, but they aren’t, you run into these issues.
Don't add "cut through the lawyers" functions, fix your interface.