Some problems that I recall (there may be more):
- Includes regions
- Does not use
this.
prefix for member variables and methods Includes comments like the one below ( having
//
by itself catches the eye of StyleCop)// // fileNameTextBox //
If I make a change to the text, and then open the designer again, and screws up my previously perfected fruits of hard labor. How did / would you solve this problem?
I heard but did not personally experience a similar problem with WPF. How did / would you fix that?
Thanks.