Does the const
keyword actually do anything?
Created May 4, 2012
John Zukowski Like
goto
, const
is a reserved keyword that does nothing. Consider using the final
keyword where you might think const
is appropriate.