michaelzangl / minebot

Minebot
GNU General Public License v3.0
146 stars 48 forks source link

One Letter Variable Names Make The Code Hard to Read #158

Closed opticyclic closed 7 years ago

opticyclic commented 7 years ago

Unless the variable is a co-ordinate (x, y, z) or an iterator in a for loop (i), having one letter variable names makes the code hard to read unless you are intimate with all of it.

This is a placeholder for a pull request.

michaelzangl commented 7 years ago

Closed with #159

If you add a "fixes #158" in the commit / PR, Github will close this automatically.

You don't need placeholders for PRs ;-)