Do you name your startup form consistently?
v3.0
Posted at
20/10/2010 7:56 PM by
system
Rule Intro
In every Windows application project. We need to have a main form for a better structure and design.
Page Content
Bad example - The entry form is not immediately recognizable because of a non standard name
Good example - The entry form follows the naming convention rule
| We have a program called SSW Code Auditor to check for this rule.
Note: In Code Auditor we check for Form named: Startup, MainService, MainForm and WizardPage.
|
Do you like this rule?
Do you follow this rule?