From 4fce778b6786937807e68b524421b34afebd1fa7 Mon Sep 17 00:00:00 2001 From: farnoosh-j Date: Thu, 18 Mar 2021 16:46:01 +0330 Subject: [PATCH] translated --- 8_Boundaries/8_Boundaries.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/8_Boundaries/8_Boundaries.md b/8_Boundaries/8_Boundaries.md index 3fb1558..22acf53 100644 --- a/8_Boundaries/8_Boundaries.md +++ b/8_Boundaries/8_Boundaries.md @@ -1,4 +1,4 @@ -![](img-8.1.png) +![](img-8.1.png) We seldom control all the software in our systems. Sometimes we buy third-party pack- ages or use open source. Other times we depend on teams in our own company to produce @@ -100,6 +100,8 @@ system. If you use a boundary interface like Map, keep it inside the class, or c of classes, where it is used. Avoid returning it from, or accepting it as an argument to, public APIs. +ترجمه:اگر از یک رابط مرزی مانند مپ استفاده میکنید، آن را داخل کلاس یا خانواده نزدیک کلاس ها، جایی که از آن استفاده میشود.از برگرداندن آن یا پذیرش آن به عنوان استدلال برای ای پی آی های عمومی خودداری کنید + # Exploring and Learning Boundaries Third-party code helps us get more functionality delivered in less time. Where do we start when we want to utilize some third-party package? It’s not our job to test the third-party