Naming conventions: Guidelines for verbs/nouns and english grammar usage
问题 Can anyone point me to a site, or give me some wisdom on how you go about choosing names for interfaces, classes and perhaps even methods and properties relating to what that object or method does? This is specifically for Microsoft development, so Java-esque "doGet" and so on isn't really used, however some general rules that cross language barriers must (I would've thought) exist. An example might help: I have 4 choices of names for an interface: IGroupedItem IGroupableItem IDataEntity