May 27, 2005

[Rant] Class vs Instance Names Dilemma

Just wondering how many other people suffer from my same dilemma.

Lately when building applications I end up fighting with myself over what to name the class and what to name its' instances! For example, SoundManager class; ok I guess I could call the instance soundManager but then I'm relying on case sensitivity which is something that is undesirable.

Seriously, I think I spend more time debating about names of classes / instances then I do coding them!

friday-rant =)

-erik

Posted by erikbianchi at 10:17 PM | Comments (25)