[webkit-dev] Do we have a style preference about const member functions?

Simon Fraser simon.fraser at apple.com
Tue May 31 10:49:33 PDT 2011


On May 31, 2011, at 10:47 AM, Geoffrey Garen wrote:

>> Even in a class that is used in a tree, I still think simple member variable accessor methods (that do not return tree neighbors)  should be const.
> 
> OK. Why?

Because it indicates to me and the compiler, that the method doesn't have side effects.

Simon



More information about the webkit-dev mailing list