Difference between revisions of "Microsoft Access VBA Naming Conventions"

From database24
Jump to navigation Jump to search
(Created page with 'Category:VBA Category:Conventions == General == * Why? * Pro? * Con? == Sources == * [http://en.wikipedia.org/wiki/Hungarian_notation Hungarian notation] * [http://www....')
 
(Replaced content with 'Category:VBA Category:Conventions == General == Please read the [http://wiki.vb24.net/index.php?title=Naming_Conventions vb24.net Article] about Naming Conventions.')
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
[[Category:VBA]]
 
[[Category:VBA]]
 
[[Category:Conventions]]
 
[[Category:Conventions]]
 
 
== General ==
 
== General ==
* Why?
+
Please read the [http://wiki.vb24.net/index.php?title=Naming_Conventions vb24.net Article] about Naming Conventions.
* Pro?
 
* Con?
 
 
 
== Sources ==
 
* [http://en.wikipedia.org/wiki/Hungarian_notation Hungarian notation]
 
* [http://www.xoc.net/standards/rvbanc.asp Reddick VBA Naming Conventions]
 
* [http://en.wikipedia.org/wiki/Leszynski_naming_convention Leszynski VBA Naming Conventions]
 
 
 
== Summary ==
 
* …
 

Latest revision as of 16:26, 7 April 2011

General

Please read the vb24.net Article about Naming Conventions.