Jonas Kahler
Jonas Kahler
Hi guys, I had a stab at https://github.com/gonum/hdf5/issues/37 and renamed the variables. Took me a bit longer than expected as so many variables are affected and maybe I did not...
As discussed e.g. in https://github.com/gonum/hdf5/pull/35, we should move to the Go-way of using Camel Case, as described in [Effective Go](https://golang.org/doc/effective_go.html#mixed-caps). Right now, we are dealing with a mixture of both...
In earlier discussions, such as https://github.com/gonum/hdf5/pull/15, we talked about about working with an "HDF5 DataType that describes a pointer to x". As it is right now, whenever we are receiving...