i feel like i should set up a school, not like in the institutional sense but in like the ancient philosophy sense where people just show up at my house and i rant at them about how abbreviating variable names is cowardice
@AOL i spent like three hours yesterday trying to figure out what the variable name "uuuu" stood for and gave up
@dankwraith @AOL someone forgot the ws, its supposed to be uwuuwu, the two friends hanging out variable
@dankwraith @AOL I remember being told about a coworker who spent a full day trying to figure out what "qanda" meant in their code. Eventually someone read it outloud and they realised its Q and A.
@dankwraith oh like a podcast
@dankwraith admittedly i would sit rapt for these rants
@dankwraith I mostly agree with this but as someone who's stuck doing java at work java devs really need to learn how to abbreviate variable names.
@ari i'm open to variable name length centrism
@dankwraith Also in fairness we do technically use hungarian notation in very specific circumstances so maybe my work isn't a great example (database metrics stored as Long timestamps are prefixed with "t" for time.)
@ari @dankwraith the only time hungarian notation makes sense is when it's not literally the variable's type
like you said, you have longs that represent time with a t
prefix. that's not bad, i'm into that.
what would be bad if they had an l
, for long
@monorail @ari @dankwraith does anycreature else Applications Hungarian good Systems Hungarian bad
@dankwraith removing all vowels from variable names
@dankwraith calling all variables variable1, variable2, etc
@a_breakin_glass @dankwraith naming all variables to random unrelated 64 bit pointers in ascii
@it_wasnt_arson @dankwraith programming language where you can dereference variable names
@a_breakin_glass @dankwraith oh no
@a_breakin_glass @dankwraith wait I feel like there's some way to do this with cython
@a_breakin_glass @it_wasnt_arson @dankwraith ... forth?
@dankwraith pisses me off so much when people do that... We have wide-screen monitors and IDE autocompletes now! You don't have to call anything prmIdxGtr anymore! You're free!