JuliaDB.jl icon indicating copy to clipboard operation
JuliaDB.jl copied to clipboard

Order of the arguments for save

Open rapus95 opened this issue 6 years ago • 0 comments
trafficstars

Hey, being new to JuliaDB I though using its save function would be straight-forward and following the rules of FileIO, thus the argument order would be save(::IO, obj) which let me run into the obvious order that there was no method found matching.

Just out of curiosity: Why you use the reverse order? Or, in other words, what about using a custom filetype and then registering the files in FileIO and switch to using the overall whole Julia shared syntax? :D

rapus95 avatar Apr 11 '19 00:04 rapus95