Hey, it is recommend to write variable names in Camel Case, so that they can be easily readable. While creating very large automations, it can be very easy to forget what every variable does. That is why it is important to have a good naming system in place.
It's always recommended that you always use descriptive and accurate names, such as userName for a variable that stores the name of a user. This allows you easily identify the information the variable stores.