
01-23-2008, 03:15 AM
|
|
[TServerDeveloper]
|
Join Date: Jun 2006
Posts: 448
|
|
|
I think the best solution for private variables is just treating them as private. The convention you use for denoting a private variable could help you.
I basically treat all variables as private / local, and use clearly-defined functions to modify them. |
|
|
|