nkmlombardi / frenemy

[Project Discontinued] Intuitive, easy to pick up and play mobile game that allows players to test their wits against strangers.
3 stars 0 forks source link

Change globals to exports file #15

Closed nkmlombardi closed 8 years ago

nkmlombardi commented 8 years ago

Currently the players, games, and messages storage collections are declared as global variables in the node file. This is considered bad practice and needs to be moved to an exports file that is included in other files.