Typically, I’m not concerned with long names since...
# getting-started
r
Typically, I’m not concerned with long names since the IDE will handle autocomplete contextually. For example, if I declare a field name called
ticketInformation
I can type
tI
+ return and the IDE will autocomplete the name for me.