I confess I both love and hate the C++ implementation of const.
Conceptually, I like it, but in practice, the syntax tends to drive me totally up the wall. It's not hard but it always bogs me down because I have to stop for a half-second and remember what const before and const after mean. Interrupts my workflow.
(no subject)
Date: 2009-05-14 03:13 pm (UTC)Conceptually, I like it, but in practice, the syntax tends to drive me totally up the wall. It's not hard but it always bogs me down because I have to stop for a half-second and remember what const before and const after mean. Interrupts my workflow.