Belépés
This tip is useful in a number of applications.
When you name an object, include a prefix that identifies the type of object.
When naming a table for Customers, use "tblCustomers" .
You could also have a form for customers. It would be "frmCustomers" .
It's called Hungarian notation because with the prefix, it does not look like an English word.
Dr. Charles Simonyi developed the convention at Microsoft, and he is from Hungary.
He wrote an article on Hungarian notation for MSDN, the Microsoft Developer's Network.
Hungarian notation
Here are some prefixes:
- tbl- Table
- qry- Query
- frm- Form
- rpt- Report
[Edited entry from 12/9/2006]
See all Topics
0 comments:
Post a Comment