How do you name your variables, Jow Forums?

... And do you use tabs or spaces? I prefer 4-space tabs myself.

Attached: maxresdefault.jpg (1280x720, 169K)

4 spaces seems like more work

1
2
34

>set expandtab
Lowercase with underscores

Why go through the trouble of enabling an option just so your indentation levels occupy 4 bytes instead of 1?

I use as many abbreviations as possible, so that no other person can interpret my code.

I name my variables as a sequence of underlines:
_
__
___
____

it's just a setting in my editor. it's one tab, and it's displayed with a width of 4 spaces.

the wider the scope, the longer the name
this is the only correct way

Again, why go through the trouble of enabling an option just so your indentation levels occupy 4 bytes instead of 1?