When I started programming it was said to be a good practice to abbreviate variable names to shorten their size.
However, I have been researching and seeing recently that this concept has changed. And today in many tutorials the examples come with full names. Even though this makes the variable size larger.
I would like to know if there is any problem or restriction in naming a variable with a big name like:
var pistasEmTextoSeparadasPorVirgula
// "Monaco,Singapore,Interlagos"
// "string"
Example taken from: link