aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamen Mladenov <kamen.d.mladenov@protonmail.com>2020-05-15 16:45:04 +0300
committerGitHub <noreply@github.com>2020-05-15 16:45:04 +0300
commitfe663e73be099a06bb5c164d543e86fcb953d0d0 (patch)
tree489b5c4c800bc5932960bd395784ce71e474aa85
parenteedebcec8ca02b6d2f1786a852fb1467c9131be2 (diff)
downloadMundus-fe663e73be099a06bb5c164d543e86fcb953d0d0.tar
Mundus-fe663e73be099a06bb5c164d543e86fcb953d0d0.tar.gz
Mundus-fe663e73be099a06bb5c164d543e86fcb953d0d0.zip
Update README.md
-rw-r--r--README.md16
1 files changed, 12 insertions, 4 deletions
diff --git a/README.md b/README.md
index d9148f0..bf30001 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,15 @@
In this branch I will be adding features that are module requirements:
- - Database integration (`MySQL` database ; `Microsoft.EntityFrameworkCore`)
- - Unit tests (`NUnit`)
+ - Using a databse
+ - `MySQL` database
+ - Using entity framework
+ - `Microsoft.EntityFrameworkCore`
+ - Unit tests
+ - `NUnit`
+ - Following good practises for writing code
+ - **Note:** I am not following these [rules](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/ReadabilityRules.md): SA1101, SA1107 (for switch statements), SA1305, SA1600 (on some things), SA1602, SA1611, SA1615, SA1633.
-I won't be integrating these features in official and post-exam versions of the project. Also many things are dependant on my setup, so I won't be supporting an executable.
+This program has more than 2000 lines of practical code (I don't count code that is repeated with minor differences). I have written, in total, more than 21000 lines of code in the process of making it for the last ~2,5 months (since 27.02).
-So, this branch **won't be pushed to `master` and, after the exam, will be left only for archiving purposes**.
+I won't be integrating these features in official and post-exam versions of the project. Also many things are dependant on my setup, so I won't be adding a built executable.
+
+**This branch won't be pushed to `master` and, after the exam, will be left only for archiving purposes**.