R
Reiner Harmgardt
Hi NG
How about the usage of global variables.
Is it a good advice to use global variables or not?
From my personal feeling and opinion i am not a friend of global variables
because with the slightest error in the application there seems to be a
change
in the variable-environment and the application becames instable
So one has to start again.
What about if i start the application again.
Are there still any variables set in memory from the application that has
been stopped.
Are there any suggestions for the usage of variables in total?
Thanks for helping.
Regards
Reiner
How about the usage of global variables.
Is it a good advice to use global variables or not?
From my personal feeling and opinion i am not a friend of global variables
because with the slightest error in the application there seems to be a
change
in the variable-environment and the application becames instable
So one has to start again.
What about if i start the application again.
Are there still any variables set in memory from the application that has
been stopped.
Are there any suggestions for the usage of variables in total?
Thanks for helping.
Regards
Reiner