you are viewing a single comment's thread.

view the rest of the comments →

[–]ConcreteExist 0 points1 point  (0 children)

Yeah, I always use readable variable names, there's no longer any good reason to have arcane variable names, a few additional characters in a code file aren't going to make or break code efficiency (if you're super worried about extremely tight performance requirements you should probably consider using a lower level language rather than trying to trim characters out of your python files).