C# Code Smells. What are the most common and how to fix them?
- by Carlos Loth
Hi,
One thing I'd like to hear from you guys is what are the code smells that you see most often happen on C# code and how to fix them.
I'm working on defining a code-review process for my team and I'd like to include a section with the most common C# code smells and a possible fix for each of them. I'd like the assistance of the community on that, so others can reuse this list for further reference.
What are the most common smells you have seen on C# code? How did you fix them?