Coding Style

Coding style refers to how you format your code.When the compiler checks your program,it generally ignores spacing.However,when a person reads
your code,an easy to read,consistent style can make it much easier
to understand and maintain.This is quite logical,especially when talking

to learn a consistent style, writing your code will not take any extra time. The benefit is that if your formatting is easy to read,consistent and
actually reflects the structure of your code,you will find that it takes you much less time to organize your program,add new features to your code,