Coding style is a set of rules or guidelines applied when writing source code. Following a specified coding style helps:
To read and understand the source code
To avoid and find programming issues
To maintain the source code
For readability reasons, there are suggestions for variable names and length. The length of variables can be verified against a user-defined limit.