You're right on everything, except for:

On Sun, Apr 15, 2001 at 05:16:31PM +0200, Joaqu?n Cuenca Abela wrote:
> 3) Please, please, please:  NO public/protected variables.  Period.  Try
> to avoid public virtual members, too.
> This one need a bit of collaboration from everybody.  I will not go
> through all the code and fix that.  It should be fixed in an incremental
> way with the help of everybody.

This is crazy. Why is using foo->get_bar() better than foo->bar other
than adding complexity and obfuscating the code?

Ok, maybe I'm a renegade C programmer who never learned.

Reply via email to