Skip to content

Hungarian notation is bad practice #1

@lievendf

Description

@lievendf

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions