LARiot
Programmer
- Feb 7, 2007
- 232
Are using naming conventions a good idea? I've been using them for years and they don't seem to add any real benefit. They increase the length of the variable, control or object name making it harder to read code. They're also a pain when changing data or control type.
Differentiating between queries and tables of the same name in code is the only use that comes to mind.
Any comments? Thanks.
Differentiating between queries and tables of the same name in code is the only use that comes to mind.
Any comments? Thanks.