Why avoid global variabel?
Many books on programming often avoid using global variable because it is considered harmful. Why is that? Does global variable use lesser instruction because it is treated as static by compiler, so it have more performance than locals ( which is treated as stack dynamic ).
Precision is not truth!
|