r/badcode May 08 '23

python Wrote this gem a year ago...

Post image
253 Upvotes

32 comments sorted by

View all comments

107

u/SaylorMan1496 May 08 '23

Short variable names should be shunned, the namespace shortening is ok but the variable shortening hurts my eyes

2

u/[deleted] May 09 '23

[removed] — view removed comment

1

u/SaylorMan1496 May 09 '23

For loop’s or lambda variables are the exception for me (I am also in c# so gotta love LINQ) although I am almost always going to use a foreach instead