diff options
| author | Kamen Mladenov <kamen.d.mladenov@protonmail.com> | 2020-05-16 15:02:41 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-16 15:02:41 +0300 |
| commit | b935beb1b62c6c7f7649844e91413e6f80454959 (patch) | |
| tree | 8151bee18fb1267a92f0933926ebfe22837c09a0 | |
| parent | 65b1ad12f3874395f5abb80783c0b52ac0d4e721 (diff) | |
| download | Mundus-b935beb1b62c6c7f7649844e91413e6f80454959.tar Mundus-b935beb1b62c6c7f7649844e91413e6f80454959.tar.gz Mundus-b935beb1b62c6c7f7649844e91413e6f80454959.zip | |
Update README.md
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ 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 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. + - **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). 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). |
