How do you name your classes/objects?
I see a lot of different approaches, some using verbs, some is using nouns, or a combination of both(?)
What do you use, and why?
A few examples:
What`s the better naming? Maybe it`s just personal preferences, or?PHP Code:class Validate{}
class Validator{}
class XmlWrite{}
class XmlWriter{}


Reply With Quote


Bookmarks