Documentation: One Letter Variables #1668
jeffmarshall
started this conversation in
General
Replies: 2 comments 3 replies
-
I don't understand, i is conventionally used as an iterator wirh j and k. e is an element. Not sure where the confusion are? I was able to deduce from reading the code very easily. |
Beta Was this translation helpful? Give feedback.
2 replies
-
I agree. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Can we please not use one-letter variables in example code? Call me old-fashioned, but In My Day we either left comments that explained our code, or we used meaningful, accurate variable names. This example code in the README has neither:
Wouldn't it be better if somebody could glance at this code and have some idea what's going on?
Beta Was this translation helpful? Give feedback.
All reactions