Often I see people naming classes like: “Controller”, “Manager”, “Behaviour”, etc.
**I would like to know in which cases do you guys use each of this name and why? **
Also, if you have any more suggestion of naming you are welcome to share
For example:
Recently I’ve created an script to take care of scoreboard and I don’t know if I call it:
“ScoreboardController.cs” or “ScoreboardManager.cs”
This will help me organize my projects properly.
Thank you in advance.