What's your favorite 1 character length variable name?
-
What's your favorite 1 character length variable name?
@catsalad who tf voted for the “lodash”
️ -
What's your favorite 1 character length variable name?
@catsalad
It’s I for nostalgia reasons. But I like emojis in code and the last one is just cool.I demand equal treatment for all Unicode!
To be honest, there should be dedicated Unicode characters for code.
(now everybody should be aware that I’m not a programmer myself) -
What's your favorite 1 character length variable name?
@catsalad
doing math: x
coding : i -
What's your favorite 1 character length variable name?
@catsalad Actually, it's ѭ
-
What's your favorite 1 character length variable name?
@catsalad The all times favorite, thanks to math and K&R, can only be i, but... I do a lot of MISRA strict code, so nothing shorter than 4 char and meaningful in the context!

-
What's your favorite 1 character length variable name?
-
What's your favorite 1 character length variable name?
-
@gurkan Zero-width variable names

-
What's your favorite 1 character length variable name?
@catsalad
Where’s n ?
My most frequent choice for a loop variable in REXX. -
What's your favorite 1 character length variable name?
@catsalad U+037E
-
What's your favorite 1 character length variable name?
@catsalad@infosec.exchange U+202E, the right to left override character "". it does what it says on the tin. (and also reverses parentheses)
-
What's your favorite 1 character length variable name?
I have a character in one of my books called Viva, and everyone abbreviates it to Vee, so...
-
What's your favorite 1 character length variable name?
@catsalad
As Rust developer, of course `_`
-
@catsalad z only at 1%? Are really so few people regularly dealing with complex numbers? Hard to believe.
-
What's your favorite 1 character length variable name?
-
What's your favorite 1 character length variable name?
@catsalad
n, m
Or may i suggest ꙮ (meaning " a lot of eyes", hex code: a66e) -
What's your favorite 1 character length variable name?
-
What's your favorite 1 character length variable name?
@catsalad i next to "temp" for a var that only lives 5 lines
-
What's your favorite 1 character length variable name?
-
What's your favorite 1 character length variable name?
@catsalad It's not 1 but 2 characters: `_·` This is a legal variable name in Python. The second character is the Unicode MIDDLE DOT. It is only legal as a body character, not an initial character, so you need the leading "_".




