Tweet
When naming variables in ASP, we should consider some conventions.
Because the way we write code is quite important for us and, possibly, other people, we do need to keep things as much readable as we can. That means, for example, we should use indents when writing procedures and functions or we should follow a common structure in code blocks.
In general we need to make things easy to read and understand.
That is why there are common naming convention for variables. And in this article we are going to explore them.