Skip to main content
Post Closed as "Opinion-based" by durron597, CommunityBot, gnat
added 1 character in body
Source Link
Mert
  • 163
  • 1
  • 6

My project leader uses project based prefixes for class names, lets say projects name ABC, he create User class name as ABCUser. and he says he do this becasuse if he wants to make User.aspx Users get mixed. so I told him why not use namespace (Entity.User ie.) to make it specific but he against it. I would like to hear from you guysguys' opinion on this subject.

We code c#.net and using visual studio for projects.

My project leader uses project based prefixes for class names, lets say projects name ABC, he create User class name as ABCUser. and he says he do this becasuse if he wants to make User.aspx Users get mixed. so I told him why not use namespace (Entity.User ie.) to make it specific but he against it. I would like to hear from you guys opinion on this subject.

We code c#.net and using visual studio for projects.

My project leader uses project based prefixes for class names, lets say projects name ABC, he create User class name as ABCUser. and he says he do this becasuse if he wants to make User.aspx Users get mixed. so I told him why not use namespace (Entity.User ie.) to make it specific but he against it. I would like to hear from you guys' opinion on this subject.

We code c#.net and using visual studio for projects.

I believe C# and object-oriented tags apply as a language-specific feature set (namespaces) as well as general OOP principals being a deciding factor
Link
Tweeted twitter.com/#!/StackProgrammer/status/481342989936369664
added 56 characters in body
Source Link
Mert
  • 163
  • 1
  • 6

My project leader uses project based prefixes for class names, lets say projects name ABC, he create User class name as ABCUser. and he says he do this becasuse if he wants to make User.aspx Users get mixed. so I told him why not use namespace (Entity.User ie.) to make it specific but he against it. I would like to hear from you guys opinion on this subject.

We code c#.net and using visual studio for projects.

My project leader uses project based prefixes for class names, lets say projects name ABC, he create User class name as ABCUser. and he says he do this becasuse if he wants to make User.aspx Users get mixed. so I told him why not use namespace (Entity.User ie.) to make it specific but he against it. I would like to hear from you guys opinion on this subject.

My project leader uses project based prefixes for class names, lets say projects name ABC, he create User class name as ABCUser. and he says he do this becasuse if he wants to make User.aspx Users get mixed. so I told him why not use namespace (Entity.User ie.) to make it specific but he against it. I would like to hear from you guys opinion on this subject.

We code c#.net and using visual studio for projects.

Source Link
Mert
  • 163
  • 1
  • 6
Loading