From 161b130d96eb128750f3d8236345c8f14370177f Mon Sep 17 00:00:00 2001 From: Shafagh Sepehr <114558789+Shafagh-Sepehr@users.noreply.github.com> Date: Mon, 23 Sep 2024 16:53:25 +0330 Subject: [PATCH] Update phase05-tdd.md replace the link to "Test Driven Development (TDD): The Advantages and Disadvantages" with a non-paid one (from freedium.cfd but it's the same article). replace the link to "Introduction to Test Driven Development (TDD)" with another one (from developers-books.com but it's the same article) because the original link returns a 410 error. (This account is under investigation or was found in violation of the Medium Rules) --- docs/software-engineering/phase05-tdd.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/software-engineering/phase05-tdd.md b/docs/software-engineering/phase05-tdd.md index 147f6775..b74b02dc 100644 --- a/docs/software-engineering/phase05-tdd.md +++ b/docs/software-engineering/phase05-tdd.md @@ -16,8 +16,8 @@ TDD و مراحل آن لینک‌های زیر را مطالعه کنید: - [Testing Software: What is TDD?](https://medium.com/javascript-scene/testing-software-what-is-tdd-459b2145405c) -- [Test Driven Development (TDD): The Advantages and Disadvantages](https://medium.com/@stevenpcurtis.sc/test-driven-development-tdd-the-advantages-and-disadvantages-5347899ead90) -- [Introduction to Test Driven Development (TDD)](https://medium.com/hackernoon/introduction-to-test-driven-development-tdd-61a13bc92d92) +- [Test Driven Development (TDD): The Advantages and Disadvantages](https://www.freedium.cfd/https://stevenpcurtis.medium.com/test-driven-development-tdd-the-advantages-and-disadvantages-5347899ead90) +- [Introduction to Test Driven Development (TDD)](https://www.developers-books.com/introduction-to-test-driven-development-tdd/) :::tip ‌ این دو ویدویو مربوط به @@ -67,4 +67,4 @@ get : حتما وجود داشته باشد این مرحله را سعی کنید کاملا با رویکرد TDD انجام دهید. -::: \ No newline at end of file +:::