Coding Style, AKA Programming Style refers to the way you layout your source code. In many languages, source code layout is simply ignored by the compiler. You can write as you like.
It is very important for code readability and understanding to use the same coding style across all files of an application. It is even important to have the same coding style in all your source code.
Having the
↧