In our code we have query string variables with very short names such as cId, iId, isA and u. It is very hard to tell what this variables are from their names. I want to use more descriptive names such as customerId, itemId, isAnonymous and user.
I want to know the disadvantages of using long names in query strings if there are any.
Thanks