Skip to content

mTechOfficial/SmartNote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SmartNote

Coding style

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.

  1. File Header
    1. File Name (Enter the name of the file/class).
    2. Your Name (The name of the person created the file and responsible on coding it).
    3. Date Created (The date you created the file/class and this date should not be changed at all).
    4. Description of the file (Include a paragraph describing the purpose of this file/class).

Example

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.
*/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages