List of commits:
Subject Hash Author Date (UTC)
Update Naming Convention.md 74ae9c3205601edf825cdcb2eeffca07f1177665 Poonam Veeral 2020-04-03 15:23:42
Naming Convention updated 78515aeb215f3452ddaf0515d91cd1a59a31eaf4 Poonam Veeral 2020-04-03 15:21:15
Update Naming Convention.md 29013aba758ca3d22485a6589a9b195258958673 Poonam Veeral 2020-04-03 14:11:45
Update Naming Convention.md 144fbcada5840e6890f38304cace5cdcbaf52446 poonamveeral 2020-04-03 14:10:21
Update Naming Convention.md 5d19c254522b98e4d980042e164ffb2a6072c01c poonamveeral 2020-04-03 14:10:03
Update Naming Convention.md 977625ed4b10f99748caad78b8fe770540c01302 Poonam Veeral 2020-04-03 14:09:30
Update Naming Convention.md e00585b18d48160e4bc3ded31be5943cc9c7f126 Poonam Veeral 2020-04-03 02:09:23
Update Naming Convention.md 2cd8d9a5d5749ffdf385a9eacd5ba58f36beaa58 Poonam Veeral 2020-04-03 02:03:20
Update Naming Convention.md f3c502f0fa100485bd1f11a8d9ed8623491a3c34 Poonam Veeral 2020-04-03 01:58:55
Update Naming Convention.md 2a3b48fc5b752742d041981c1ad2be174ac58e96 Poonam Veeral 2020-04-03 01:50:53
Update Naming Convention.md 665040b94bed7109a6b02295231b7f15be97c7f0 Poonam Veeral 2020-04-03 01:50:10
Naming Convention 5cb5c7b5a07de6f895f1cb3a3772cfb4e8e67991 Poonam Veeral 2020-04-03 01:46:47
Update Naming Convention cbca9889d3e206214940b44e0218ee1e09240e26 Poonam Veeral 2020-04-02 22:40:14
Naming Convention Rules 02edf2fd646925dcc35bc2d6b97fba65eaf66443 Poonam Veeral 2020-04-02 22:33:30
Naming Convention 8bc7d4604cc3ab870baa80cd5d7c28a31fbc7566 Poonam Veeral 2020-04-02 15:45:12
Add files via upload 3d581a3440db094f64bdb1ab6c50244ff331813f poonamveeral 2020-04-02 15:32:39
Add files via upload 2815d8378c75022915ea56963775c67cabf1231b poonamveeral 2020-04-02 15:24:17
Add files via upload 0724fefb4978a0d91e10a93db4e2cfa7c1780908 poonamveeral 2020-04-02 15:23:00
Add files via upload dd347084d37bd2ef37b7e3c77cdb6a009e572c8b poonamveeral 2020-04-02 15:20:48
Add files via upload 6ee2563c712fcaac7df1d6eb0b23ffc69f2ac4b9 poonamveeral 2020-04-02 15:20:33
Commit 74ae9c3205601edf825cdcb2eeffca07f1177665 - Update Naming Convention.md
Author: Poonam Veeral
Author date (UTC): 2020-04-03 15:23
Committer name: Poonam Veeral
Committer date (UTC): 2020-04-03 15:23
Parent(s): 78515aeb215f3452ddaf0515d91cd1a59a31eaf4
Signer:
Signing key:
Signing status: N
Tree: dd8ee721931367195575843fc38cf6388d798bb3
File Lines added Lines deleted
Naming Convention.md 4 5
File Naming Convention.md changed (mode: 100644) (index 5c1d721..32ecf4d)
2 2
3 3 ## A collection of guidelines for writing file, folder, classes, figures, and images names in the project. ## A collection of guidelines for writing file, folder, classes, figures, and images names in the project.
4 4
5 * Do not use names which could misguide other developers.
6 * Names should be meaningfully distinct and pronounceable.
7
8
9 5 * [File Names](#file-name) * [File Names](#file-name)
10 6 * [Figures](#figure-name) * [Figures](#figure-name)
11 7 * [Folders](#folder-name) * [Folders](#folder-name)
 
140 136
141 137
142 138
139 ##### *Important* Notes:
143 140
141 * Do not use names which could misguide other developers.
142 * Names should be meaningfully distinct and pronounceable.
144 143
145 144
146 145
147 146
148 147
149 * Rules are taken by:
148 ### *Rules* are taken by:
150 149 * https://www.geeksforgeeks.org/. * https://www.geeksforgeeks.org/.
151 150 * https://www.w3schools.com/xml/xml_elements.asp. * https://www.w3schools.com/xml/xml_elements.asp.
152 151 * https://developers.google.com/style/filenames. * https://developers.google.com/style/filenames.
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/caubert/CSCI_3410

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/caubert/CSCI_3410

Clone this repository using git:
git clone git://git.rocketgit.com/user/caubert/CSCI_3410

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main