Show Navigation
Conversation
Notices
-
Doing some coding with HDF5 as an experiment. Gotta say, as C api's go this is a nice one. Especially the error handling, which is basically "you get a code indicating error and unless you decide otherwise we'll also print a detailed report to stderr of what went wrong with context added by each relevant function in the call stack". That's the kind of error reporting that makes it really easy to figure out what you're doing wrong.
-
@verius I miss the days when that came standard.