aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamen Mladenov <kamen.d.mladenov@protonmail.com>2020-05-16 15:04:33 +0300
committerGitHub <noreply@github.com>2020-05-16 15:04:33 +0300
commit02ec6e54e1d0ec36043aa1abe0cb372b47b2a7a6 (patch)
tree4f5323375162881e489e9bf55d6573b0076494dd
parentb935beb1b62c6c7f7649844e91413e6f80454959 (diff)
downloadMundus-02ec6e54e1d0ec36043aa1abe0cb372b47b2a7a6.tar
Mundus-02ec6e54e1d0ec36043aa1abe0cb372b47b2a7a6.tar.gz
Mundus-02ec6e54e1d0ec36043aa1abe0cb372b47b2a7a6.zip
Update README.md
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8dd8bc1..fae07a0 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,15 @@ In this branch I will be adding features that are module requirements:
- Unit tests
- `NUnit`
- Following good practises for writing code
- - **Note:** I am not completely following these [rules](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/ReadabilityRules.md): SA1101 (some code will get very crowded), SA1107 (only in switch statements), SA1305 (only in some temporary variables), SA1600 (only on very self-explanatory code), SA1602 (the names are very obvious), SA1611 (parameters are either self-explanatory, or have been explained in summary), SA1615 (usually it is explained in the summary), SA1633 (there isn't a need for a document headers).
+ - **Note:** I am not completely following these [rules](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/ReadabilityRules.md):
+ - SA1101 (some code will get very crowded)
+ - SA1107 (only in switch statements)
+ - SA1305 (only in some temporary variables)
+ - SA1600 (only on very self-explanatory code)
+ - SA1602 (the names are very obvious)
+ - SA1611 (parameters are either self-explanatory, or have been explained in summary)
+ - SA1615 (usually it is explained in the summary)
+ - SA1633 (there isn't a need for document headers).
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).