Following one coding style can ease the way we develop and debug code; therefore, this section will include the coding style you should be following.
- File Header
- File Name (Enter the name of the file/class).
- Your Name (The name of the person created the file and responsible on coding it).
- Date Created (The date you created the file/class and this date should not be changed at all).
- Description of the file (Include a paragraph describing the purpose of this file/class).
For example I will create a class called Login.
/*
Login.cs
Muhand Jumah
04/10/2017
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's
standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make
a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting,
remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing
Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions
of Lorem Ipsum.
*/