Skip to content

Commit e3c8dc8

Browse files
alxlomikesperber
authored andcommitted
Fix typo
- Deutsch: see --> siehe
1 parent e914666 commit e3c8dc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/1-terms/M/term-make-illegal-states-unrepresentable.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ Dieses Entwurfsprinzip stellt sicher, dass Zustände nicht auftreten können, di
1717
Dies wird vorzugsweise erreicht, indem die Typen, das Datenschema oder das Datenbankschema entsprechend gestaltet werden.
1818
Falls dies nicht möglich ist, sollte das System die Zustände vor der Konstruktion validieren, nicht hinterher.
1919

20-
See link:https://blog.janestreet.com/effective-ml-revisited/[Effective ML Revisited], link:https://fsharpforfunandprofit.com/posts/designing-with-types-making-illegal-states-unrepresentable/[Designing with types: Making illegal states unrepresentable], https://inside.java/2024/06/03/dop-v1-1-illegal-states/[Make Illegal States Unrepresentable - Data-Oriented Programming], link:https://funktionale-programmierung.de/2023/01/19/kotlin-validation.html[Funktionale Validierung in Kotlin], and https://lexi-lambda.github.io/blog/2019/11/05/parse-don-t-validate/[Parse, don’t validate].
20+
Siehe link:https://blog.janestreet.com/effective-ml-revisited/[Effective ML Revisited], link:https://fsharpforfunandprofit.com/posts/designing-with-types-making-illegal-states-unrepresentable/[Designing with types: Making illegal states unrepresentable], https://inside.java/2024/06/03/dop-v1-1-illegal-states/[Make Illegal States Unrepresentable - Data-Oriented Programming], link:https://funktionale-programmierung.de/2023/01/19/kotlin-validation.html[Funktionale Validierung in Kotlin], and https://lexi-lambda.github.io/blog/2019/11/05/parse-don-t-validate/[Parse, don’t validate].
2121
// end::DE[]
2222

0 commit comments

Comments
 (0)