Small renaming that helped me

One thing I found slightly confusing was the naming for ShowMainMenu vs StartGame. It seems like StartGame and ShowMainMenu are doing the same kind of thing; showing a menu of options for the player to select from. For my own code I renamed the StartGame method to ShowGameScreen which helped me group together the actions in my head.

Just thought I’d share since it might help you as well. :slight_smile:

For now, use what works best for you. If you blow the dust off the project at a later date, hopefully it will help it all make sense. If you start working on a team, you’ll probably have to learn to get used to differing naming conventions, I think.

Privacy & Terms