Skip to content

#970 Unify typedefs -- XyzType vs. Xyz

Metadata

Property Value
Reported by Christian Engwer (christi@conan.iwr.uni-heidelberg.de)
Reported at Nov 6, 2011 10:29
Type Bug Report
Version Git (pre2.4) [autotools]
Operating System Unspecified / All
Last edited by Christoph Grüninger (gruenich@iws.uni-stuttgart.de)
Last edited at May 13, 2012 18:14

Description

Most of the typedefs are something like

typedef GV GridView;

but some are

typedef GV GridViewType;

This comes as a surprise to many users, and even experienced users get confused quite often. We should clean this up. I suggest to go through the core modules and rename ([a-zA-Z]+)Type typedefs to 1.

Christian