dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #09682
Function names
We use lowerCamelCase for function names, but this looks a little
silly when we map function names in the the wrapper classes DofMap
and FiniteElement:
ufc::dof_map::global_dimension() --> dolfin::DofMap::globalDimension()
Do we want to keep using lowerCamelCase for function names, or should
we use global_dimension() etc?
A change should not be very visible in the user interface, partly
because I think lowerCamelCase looks ugly and have tried to avoid
using it in the past (which is why many functions have short and
cryptic names like init(), update()...). :-)
--
Anders
Attachment:
signature.asc
Description: Digital signature
Follow ups