|
|
|
|
|
by toolslive
975 days ago
|
|
in the context of python, what exactly is an api change? If my api is ```
def some_function(*args, **kwargs) -> JSON:
...
```
In essence, I'm pretty sure plenty of the changes in the set of parameters that are actually acceptable quite often changes accidentally (same for what's in the JSON) |
|