Like most other programming languages, it is important to decide and follow some programming standards, evem with naming conventions.
One key standard is how to name things. Now I’m not here to say that you should name things the way I do, that isn’t the point. What is important is though, is however you do name things, keep it consistent.
As an example, here are a few ways I name things:
As a consultant, I interact with a lot of other people’s apps. In these scenarios, I will take on their way of doing things to keep the app consistent. I do this so that I am not merging two different styles. So keep in mind that consistency is the key, and that consistency may require using different standards.