From 374252a55c14f92aaed73b3917ed783bf2762911 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 26 Dec 2020 03:23:39 +0300 Subject: docs: update --- src/docs/General-Conventions.html | 87 --------------------------------------- 1 file changed, 87 deletions(-) delete mode 100644 src/docs/General-Conventions.html (limited to 'src/docs/General-Conventions.html') diff --git a/src/docs/General-Conventions.html b/src/docs/General-Conventions.html deleted file mode 100644 index e3591dc..0000000 --- a/src/docs/General-Conventions.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - -General Conventions (Carbs Linux User Manual) - - - - - - - - - - - - - - - - - -
-

-Next: , Up: Conventions   [Contents]

-
-
-

4.1.1 General Conventions – 00

- -
-
[0010]
-

Try to keep the file readable. -

-
[0011]
-

Characters on a line shouldn’t exceed 100 characters. -

-
[0012]
-

Make sure you don’t have code commented out during commit. Uncomment them -or remove them completely. -

-
[0013]
-

Do not add comments following the code, add them to the top of the code. It -makes it harder to read, and lines longer. Here is an example: -

-
# Good way of commenting.
-your code goes here
-
-your code goes here  # Avoid this way of commenting.
-
-
-
-
-
- - - - - - - - -- cgit v1.2.3