Each word after the first word in the name of both variables and methods should start with the a capital letter.
Example:
Variable names following camal notation could be:
salary, isPaid, myMarks
Method names following pascal notation could be:
GetTotal(), Start(), Run()
Using _ (underscore) in Identifers are not a best practice.

Join the conversation! Your thoughts help the community grow.