From b8815e3663a542a1c0c1d25dad3973927341aa4d Mon Sep 17 00:00:00 2001 From: MrDave1999 Date: Mon, 4 Mar 2024 20:23:23 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4513b910..831d6c15 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,8 @@ Software engineering concepts have been applied in this project: - [Dependency inversion](https://en.wikipedia.org/wiki/Dependency_inversion_principle) - [Separation of concerns](https://en.wikipedia.org/wiki/Separation_of_concerns) - [SOLID Principles](https://en.wikipedia.org/wiki/SOLID) +- [Fail Fast](https://deviq.com/principles/fail-fast) +- [Guard Clause](https://deviq.com/design-patterns/guard-clause) There is a website called [DevIQ](https://deviq.com), it is useful to learn about design concepts.