Subject | Hash | Author | Date (UTC) |
---|---|---|---|
Update Naming Convention.md | 522d6f2f656e4d96db8e5bc81e626c6ba51b5a09 | Poonam Veeral | 2020-04-09 16:31:06 |
Update Naming Convention.md | 24cde6ec7174b70496a62d0b1dd3d0c955513a84 | Poonam Veeral | 2020-04-09 16:30:10 |
Update Naming Convention.md | 606049c713b804956cc4f3c9a2700887125dc3e3 | Poonam Veeral | 2020-04-09 16:29:16 |
Update Naming Convention.md | e2d70be8c8cf05c10be7194f5a86ad84a71dcba2 | Poonam Veeral | 2020-04-09 16:27:09 |
Update Naming Convention.md | b297f088e45d4cab3bca47272eb5d7d283997815 | poonamveeral | 2020-04-09 16:16:43 |
Update Naming Convention.md | 562ba67f4338884279c312eddf7fd1688d314da3 | Poonam Veeral | 2020-04-09 16:16:01 |
Update Naming Convention.md | fa669e84e04edadb029e834caedf56223b897fe0 | Poonam Veeral | 2020-04-09 16:09:31 |
Update Naming Convention.md | 12eb5e6aea619c56222817878567db2e23aacc41 | Poonam Veeral | 2020-04-09 16:05:26 |
Update Naming Convention.md | d39a8ec969e2d9023dfa75e39aadd537ef3c79e3 | Poonam Veeral | 2020-04-09 16:02:16 |
Naming Convention Updated | 2ba945dc245814e8cc0641482b053c953e65e779 | Poonam Veeral | 2020-04-09 15:51:43 |
Update lectures_notes.md | d62f8789a67b025a618b2047c6bbaa912e617834 | Poonam Veeral | 2020-04-08 19:00:25 |
update | 6fd8bae9a3068318513bb261f79a0a07d3c87f17 | Poonam Veeral | 2020-04-08 15:37:39 |
Update lectures_notes.md | be9ca4670f042e27dfd60082cf0b081401dc072d | poonamveeral | 2020-04-08 14:29:08 |
Rename Print.tex to print.tex | 8a2253b100e8fb661c03e410e61c87e6e0dd768a | poonamveeral | 2020-04-08 13:45:56 |
Rename alt_Not_03.tex to alt_not_03.tex | ab653337fe4266a333d22178c33bd5d5c3ca3613 | poonamveeral | 2020-04-08 13:37:09 |
Rename alt_Not_02.tex to alt_not_02.tex | a79c527d3aa97f29fa835406eb2fd6bfca80e616 | poonamveeral | 2020-04-08 13:36:52 |
Rename alt_Not_01.tex to alt_not_01.tex | ce6ec02b5543682869d3dd782576e6a7c27cf5b5 | poonamveeral | 2020-04-08 13:36:36 |
Update lectures_notes.md | 3d3106fe10b24fcccedbdcc6c20c1d7a4c3e0801 | poonamveeral | 2020-04-08 13:31:56 |
Rename book_Exo.tex to book_exo.tex | 2fc98bb8f1b8dc8793fe1d9eaae4babeff760624 | poonamveeral | 2020-04-08 13:25:08 |
updated | a080901830e9ef778e099d2cbf06d37af41e880e | Poonam Veeral | 2020-04-08 13:15:26 |
File | Lines added | Lines deleted |
---|---|---|
Naming Convention.md | 3 | 3 |
File Naming Convention.md changed (mode: 100644) (index 4884722..deaa07c) | |||
23 | 23 | 2. [SQL](#sql) | 2. [SQL](#sql) |
24 | 24 | 3. [XML](#xml) | 3. [XML](#xml) |
25 | 25 | ||
26 | #### JAVA | ||
26 | #### **JAVA** | ||
27 | 27 | * JAVA Files in Code Folder. | * JAVA Files in Code Folder. |
28 | 28 | * Every JAVA file name will be written as UpperCamelCase. | * Every JAVA file name will be written as UpperCamelCase. |
29 | 29 | * Words are smashed together and the first letter of each word is capitalized. No word separator, like the underscore _, is used. | * Words are smashed together and the first letter of each word is capitalized. No word separator, like the underscore _, is used. |
88 | 88 | ||
89 | 89 | * Package names are usually all lowercase and consist of nouns. | * Package names are usually all lowercase and consist of nouns. |
90 | 90 | ||
91 | #### SQL | ||
91 | #### **SQL** | ||
92 | 92 | ||
93 | 93 | * SQL folder has Homework Files. | * SQL folder has Homework Files. |
94 | 94 | * Every Homework will be followed by HW_ and filename. | * Every Homework will be followed by HW_ and filename. |
95 | 95 | ||
96 | 96 | | Example | HW_HomeworkName | | | Example | HW_HomeworkName | |
97 | 97 | | -----------| --------------- | | | -----------| --------------- | |
98 | #### XML | ||
98 | #### **XML** | ||
99 | 99 | * XML Files in Code Folder | * XML Files in Code Folder |
100 | 100 | * Camel case is a common naming rule in JavaScripts. | * Camel case is a common naming rule in JavaScripts. |
101 | 101 | * Uppercase first letter in each word except the first | * Uppercase first letter in each word except the first |