From b85922817b71f5d24b1711cd25b0283a62026579 Mon Sep 17 00:00:00 2001 From: albrt-dev <125600939+albrt-dev@users.noreply.github.com> Date: Sat, 25 Mar 2023 01:57:31 +0500 Subject: [PATCH] Edited English version of Books/Middle.md (#84) Changed description of unit testing book --- English/Books/Middle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/English/Books/Middle.md b/English/Books/Middle.md index 0d904fc..99a20a9 100644 --- a/English/Books/Middle.md +++ b/English/Books/Middle.md @@ -52,7 +52,7 @@ - [Vladimir Khorikov - Unit Testing Principles, Practices, and Patterns: Effective testing styles, patterns, and reliable automation for unit testing, mocking, and integration testing with examples in C#](https://www.amazon.com/Unit-Testing-Principles-Practices-Patterns-ebook/dp/B09782L692) - The book provides a detailed overview of recommendations, patterns, and anti-patterns commonly encountered in the field of unit testing. After reading this book, you will know everything you need to become an expert in creating successful projects that are easily scalable and maintainable thanks to good tests. + The book provides insights into the best practices and common anti-patterns that surround the topic of unit testing. After reading this book, armed with your newfound skills, you’ll have the knowledge needed to become an expert at delivering successful projects that are easy to maintain and extend, thanks to the tests you build along the way. ## :zap: Operating systems