How do I write code that doesn't suck? [closed]
- by Afnan
My friends and I would like to write a C# desktop application, and would like some guidance on how to make sure the code base is professional and well-kept.
Should we use classes or interfaces for our inheritance patterns (which is better)?
What are the best practices for professional applications?
How do we know what sloppy code looks like, and how do we avoid creating sloppy code?
Are there any best practices regarding the design of Winforms applications?