gonum / hdf5

hdf5 is a wrapper for the HDF5 library
BSD 3-Clause "New" or "Revised" License
131 stars 33 forks source link

all: move to Camel Case naming #37

Open donkahlero opened 6 years ago

donkahlero commented 6 years ago

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.

Right now, we are dealing with a mixture of both Camel Case and more C_style variable names.