1
edit
Changes
→Coding Rules
//code here
}
*Always use curly brackets(with conditions) even for single line codes
*Label the start and finish when there are large blocks of code
*Briefly comment each function - outlining its purpose