diff --git a/Docs/Adobe XD/Monatsansicht.pdf b/Docs/Adobe XD/Ansicht/Monatsansicht.pdf similarity index 98% rename from Docs/Adobe XD/Monatsansicht.pdf rename to Docs/Adobe XD/Ansicht/Monatsansicht.pdf index aa74b1f..ec7e15e 100644 Binary files a/Docs/Adobe XD/Monatsansicht.pdf and b/Docs/Adobe XD/Ansicht/Monatsansicht.pdf differ diff --git a/Docs/Adobe XD/Wochenansicht.pdf b/Docs/Adobe XD/Ansicht/Wochenansicht.pdf similarity index 99% rename from Docs/Adobe XD/Wochenansicht.pdf rename to Docs/Adobe XD/Ansicht/Wochenansicht.pdf index edd95db..8576029 100644 Binary files a/Docs/Adobe XD/Wochenansicht.pdf and b/Docs/Adobe XD/Ansicht/Wochenansicht.pdf differ diff --git a/Docs/Adobe XD/Prototyp/SharePlaner.xd b/Docs/Adobe XD/Prototyp/SharePlaner.xd new file mode 100644 index 0000000..3db62b4 Binary files /dev/null and b/Docs/Adobe XD/Prototyp/SharePlaner.xd differ diff --git a/Docs/Adobe XD/SharePlaner.xd b/Docs/Adobe XD/SharePlaner.xd deleted file mode 100644 index c2f6ac1..0000000 Binary files a/Docs/Adobe XD/SharePlaner.xd and /dev/null differ diff --git a/Docs/coding guide.md b/Docs/coding guide.md index 7757bfd..535ae4e 100644 --- a/Docs/coding guide.md +++ b/Docs/coding guide.md @@ -2,7 +2,15 @@ ## 1.1 General maximal 80-100 letters in one line -## 1.2 Arrays +## 1.2 Brackets +Brackets will be used like this: + + public void example() { + + } + +## 1.3 Arrays + String[] array = new String[]{"1", "2", "3", "4"} or @@ -31,4 +39,7 @@ Constant names are written in UPPER_CASE. ## 2.5 Variable names Variable names are written in lowerCamelCase. -The names should _ALWAYS_ be describing words. +The names should _ALWAYS_ be words that are descriptive. + +## 2.6 File names +File names are written in lowerCameCase. \ No newline at end of file