website: redesign part 8

This commit is contained in:
nym21
2026-06-05 18:12:46 +02:00
parent ff2c04a100
commit b00692249c
17 changed files with 241 additions and 201 deletions
+5 -3
View File
@@ -14,15 +14,17 @@ npx --package typescript tsc --noEmit --pretty false | grep -v "modules/"
ALWAYS
- fast
- very fast
- light (memory)
- KISS
- DRY
- very well organized
- contained
- colocated
- composed
- prefer one concept per file
- prefer more files and folders than big files
- reads like english
- very easy to understand
- very easy to maintain
- easy to understand
- maintainability
- avoid defensive checks when the code itself guarantees correctness