|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Current naming convention of abstract classes - BaseFoo vs. FooBase?This is probably a question for someone at MS, although I haven't found
anything in FxCop or definitive in the newsgroups regarding this, but what is the current, if any, naming standard regarding base classes? A lot of the older classes are Base<classname> (i.e BaseValidator), and some newer ones - and these may be particular to ASP.Net 2 - follow the <classname>Base pattern (i.e. ProviderBase). Is there a definitive direction the standards are going on this (very minute) naming convention? Keith Patrick wrote:
> This is probably a question for someone at MS, although I haven't found Someone with <http://www.amazon.com/gp/product/0321246756> might be> anything in FxCop or definitive in the newsgroups regarding this, but what > is the current, if any, naming standard regarding base classes? A lot of > the older classes are Base<classname> (i.e BaseValidator), and some newer > ones - and these may be particular to ASP.Net 2 - follow the <classname>Base > pattern (i.e. ProviderBase). Is there a definitive direction the standards > are going on this (very minute) naming convention? able to answer this. Or you could always get it yourself :) -- Larry Lard Replies to group please When starting a new topic, please mention which version of VB/C# you are using |
|||||||||||||||||||||||