YAXArrays.jl
YAXArrays.jl copied to clipboard
Inconsistency in syntax between `savecube` and `savedataset`
Why is the path savecube a "normal" argument, while path in savedataset a kwarg?
Indeed. Things should be unified. There is an open issue about it as well: https://github.com/JuliaDataCubes/YAXArrays.jl/issues/309. Some work needs to be done also here.
Another thing is that path isn't a mandatory kwarg, and it has a default value of "", wouldn't that create unexpected behavior?