Skip to content

Commit f9dd10a

Browse files
author
Ruben Schmidmeister
authored
Merge pull request #32 from messerli-informatik-ag/remove-glossary
Remove the failed glossary concept
2 parents a4e48b8 + aac3692 commit f9dd10a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

documentation/src/guidelines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ The rules will not be enforced for old code, which has not been changed.
1010
In a review, these coding guidelines should be checked for all code, which has changed.
1111
Changes necessary due to the coding guidelines should be in a reasonable ratio to the functional changes.
1212

13-
## Update to the rules and glossary
13+
## Update to the rules
1414

15-
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.
15+
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.
1616

1717
## Definition of done
1818

documentation/src/naming.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ Give a descriptive name, but be specific. Do not worry about saving horizontal s
1212
* 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)
1313
* Proper Nouns should not be translated even if possible.
1414
* We try to use the same word for the same abstraction. It is either a project or a tenant. (DDD)
15-
* All widely used concepts should be listed in the glossary
1615

1716
## Be specific
1817

0 commit comments

Comments
 (0)