diff options
author | luis <luis> | 2005-09-04 07:30:10 +0000 |
---|---|---|
committer | luis <luis> | 2005-09-04 07:30:10 +0000 |
commit | de4b9feea2ba8bf0b70b38a786014bdee4cdf40f (patch) | |
tree | 1d3ea8496529bbd381df7eaf05bc57c8ffd15ff0 | |
parent | 9faa8664af4d4d89f3a9535e383d6589b9897938 (diff) | |
download | firma-de4b9feea2ba8bf0b70b38a786014bdee4cdf40f.tar.gz firma-de4b9feea2ba8bf0b70b38a786014bdee4cdf40f.tar.bz2 |
New policy: Put all new global variables in the GLOBAL_VARS variable.
-rwxr-xr-x | GUIDELINES | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -13,7 +13,8 @@ In the future this procedure will be automatic. - If a new variable has to be declared via a config-file, remember to set it to be created in the NewList function - Put all new functions in the functions list bellow - - Put all new arrays in the GLOBAL_ARRAYS variable + - Put all new global variables in the GLOBAL_VARS variable + - Put all new global arrays in the GLOBAL_ARRAYS variable - If you are using an unix command, check if its already listed in the commands list. If it's not, please add it |