Skip to content

Commit 4563b96

Browse files
committed
Remove the failed glossary concept
1 parent 8a11c10 commit 4563b96

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

documentation/C-Sharp Coding Guidelines.tex

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ \subsection{When and where are these rules applicable}
4646
In a review, these coding guidelines should be checked for all code, which has changed.
4747
Changes necessary due to the coding guidelines should be in a reasonable ratio to the functional changes.
4848

49-
\subsection{Update to the rules and glossary}
49+
\subsection{Update to the rules}
5050

51-
Updates to the rules and glossary should be sent to the developer council. The developer council will integrate new rules or new words in the glossary in a timely fashion when the board approves and will give feedback otherwise.
51+
Updates to the rules should be sent to the developer council. The developer council will integrate new rules in a timely fashion when the council approves and will give feedback otherwise.
5252

5353
\subsection{Definition of done}
5454

@@ -66,7 +66,7 @@ \section{Physical structure}
6666

6767
\subsection{Each class should go into its own file with the same name}
6868

69-
Only one class should be in a file. This also applies to Enumerations.
69+
Only one class should be in a file. This also applies to an Enumerations.
7070
Inner classes are allowed but discouraged and an obvious exception to this rule.
7171

7272
\subsection{Each namespace should go into its own folder with the same name}
@@ -119,7 +119,6 @@ \subsection{We use English words for abstractions}
119119
\item It is a lot easier to create plurals in English (-s, -ies) where in German it might be difficult: Kapitel, Mitarbeiter, Unternehmer, Fenster, Artikel (see also next point)
120120
\item Proper Nouns should not be translated even if possible.
121121
\item We try to use the same word for the same abstraction. It is either a project or a tenant. (DDD)
122-
\item All widely used concepts should be listed in the glossary
123122
\end{itemize}
124123

125124
\subsection{Be specific}

0 commit comments

Comments
 (0)