TerrariaClone icon indicating copy to clipboard operation
TerrariaClone copied to clipboard

Useful method names in TerrariaClone.java

Open sveri opened this issue 6 years ago • 0 comments

Reading through TerrariaClone.java I saw that there are actually method names like: loadBlock, createWorldContainer, loadWorld and some more that are easy to understand and have meaning.

For consistency I would rather rename them. At minimum make them shorter. loadBlock should be loadB or lB. Just like the pwy variables.

sveri avatar Aug 05 '19 20:08 sveri