equal
deleted
inserted
replaced
2 |
2 |
3 \page coding_style Hugo Coding Style |
3 \page coding_style Hugo Coding Style |
4 |
4 |
5 \section Naming Conventions |
5 \section Naming Conventions |
6 |
6 |
7 In order to make development easier we have made some conventions according to coding style. These include names of types, classes, functions, variables, constants and exceptions. If these conventions are met in one's code then it is easier to read and maintain that code. Please comply with these conventions if you want to contribute developing Hugo library. |
7 In order to make development easier we have made some conventions |
|
8 according to coding style. These include names of types, classes, |
|
9 functions, variables, constants and exceptions. If these conventions |
|
10 are met in one's code then it is easier to read and maintain |
|
11 it. Please comply with these conventions if you want to contribute |
|
12 developing Hugo library. |
8 |
13 |
9 \subsection cs-class Classes and other types |
14 \subsection cs-class Classes and other types |
10 |
15 |
11 The name of a class or any type should look like the following: |
16 The name of a class or any type should look like the following: |
12 |
17 |