|
Naming conventions (aka Worms! Now can-free!)
10/04/2012 8:30:59 PM
(Total replies: 0)
|
| Do you use any particular naming conventions?
There's a lot of internet discussion about whether to
a) Use prefixes (eg tblCustomers). Some say you should, as it makes it easy to spot a table. Others say you shouldn't, just in case you have to replace a table with a view later down the track, and someone starts naming the view tbl___ so they don't need to change code.
b) Use plurals (eg Customers, rather than Customer). Some say you should, as this is how the Microsoft system ... |
|