radian-software / TerrariaClone

🔥 An incomprehensible hellscape of spaghetti code.
MIT License
1.79k stars 136 forks source link

Useful method names in TerrariaClone.java #24

Open sveri opened 5 years ago

sveri commented 5 years ago

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.