Search Results

1
vote

What are the most commonly used anti-patterns?

I particularly like when when people don't change the name of the automatically generated Form1. This usually indicates that there is not likely to be any attempt at separating UI from logic, and …