show/hide this revision's text 3 s/naming-convention/naming-conventions in tags
show/hide this revision's text 2 deleted 13 characters in body

I am building an open-source a CMS and the naming convention for classes has been debated between the other developer involved and myself. The problem arises specifically with "Page", as it is a public class available in a typical library.

A natural response would be to call it MVCMSPage (where MVCMS is the to-be name of the cms) or to rely on referencing the class through the dll (can't think of the term atm..) but both seem to have a hint of codesmell to them.

What would you advise?

Thanks

show/hide this revision's text 1

Quick question about a naming convention for a C# CMS

I am building an open-source CMS and the naming convention for classes has been debated between the other developer involved and myself. The problem arises specifically with "Page", as it is a public class available in a typical library.

A natural response would be to call it MVCMSPage (where MVCMS is the to-be name of the cms) or to rely on referencing the class through the dll (can't think of the term atm..) but both seem to have a hint of codesmell to them.

What would you advise?

Thanks