diff options
author | Ayush Agarwal <ayushnix@fastmail.com> | 2023-02-25 22:23:06 +0530 |
---|---|---|
committer | Ayush Agarwal <ayushnix@fastmail.com> | 2023-03-19 01:52:20 +0530 |
commit | 002a364e63c8f3a777c4e530e0a3cadf22d4afa1 (patch) | |
tree | 41f1472e31c127cea9bee79a302401fb25d99b71 /completion/tessen.bash-completion | |
parent | 1e6a8cd8c13e6488689aa2182aaa9f7c43fc3a96 (diff) |
style: global vars should be uppercase
I made global variables lower case because they could possibly conflict
with environment variables but it's hard to differentiate them from
local variables when writing and reviewing source code. This convention
makes global variables upper case but prefixes them with an underscore.
This makes them easy to differentiate while avoiding the possibility of
collisions with environment variables.
Diffstat (limited to 'completion/tessen.bash-completion')
0 files changed, 0 insertions, 0 deletions