egordorichev / LastTry

:deciduous_tree: LastTry is open-source game written in Java, using LibGDX library and inspired by Terraria :deciduous_tree:
MIT License
119 stars 17 forks source link

Global Namespace #112

Open pollend opened 7 years ago

pollend commented 7 years ago

At the moment we declare too much in the global namespace. It's generally considered bad practice to place everything in the global namespace.

http://wiki.c2.com/?GlobalVariablesAreBad

egordorichev commented 6 years ago

Yup, working on that ;)