|
3 |
s/naming-convention/naming-conventions in tags
|
||
|
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 |
||||
|
1 |
|
||
Quick question about a naming convention for a C# CMSI 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
|
||||
