-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
In your guidelines you're using Hungarian notation (adding a prefix to variables to indicate their type).
This is a practice that has long been rendered obsolete and counter productive.
Why should you have a cDescription or iNumberOfOrders instead of description or numberOfOrders?
What could description possibly be other than a string? And why should you care?
A good name for a variable is enough to know what you're dealing with, if you need to know this at all...
Metadata
Metadata
Assignees
Labels
No labels