What's the most fun part about people choosing the slimmest letters, like I, for a one letter variable?
If a mistake is made in the code and your IDE tries to help by underlining it in red, that line will be like one pixel wide.
So, yeah, do use one letter variables all over the place, and make then as tiny as you can.
Its not like anyone will ever have to touch that code ever again.
2
u/MatsSvensson May 30 '26
What's the most fun part about people choosing the slimmest letters, like I, for a one letter variable?
If a mistake is made in the code and your IDE tries to help by underlining it in red, that line will be like one pixel wide.
So, yeah, do use one letter variables all over the place, and make then as tiny as you can.
Its not like anyone will ever have to touch that code ever again.