JuliaDB.jl
JuliaDB.jl copied to clipboard
Order of the arguments for save
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