gonum / hdf5

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

all: rename Datatype into DataType #9

Open sbinet opened 7 years ago

sbinet commented 7 years ago

Fixes gonum/hdf5#8.

kortschak commented 7 years ago

Sorry, I'm having second thoughts about this change. I'm thinking about how much we can lend from type/kind naming in the reflect package; under this we would have Datatype=>Type and Class=>Kind. The single bit of grit that is getting in the way is that we have a type-like type associated with the Identifier type, currently called IType. I think maybe that should become IdentifierType (much as the long name is unpleasant). While that's happening, the Id() method should become ID() There are also a few cases where N* is used where Num* would be preferable.