Except from the rules which C# compiler enforces, there are common conventions for writing code in appropriate way.
If we use these conventions, it will make our program consistent and easy to read for others.
Although for compiler, it doesnt matter how you write your code as long as you follow the rules enforced by compiler which is language specific.
0 Comment(s)