diff --git a/8_Boundaries/8_Boundaries.md b/8_Boundaries/8_Boundaries.md index 3fb1558..febd4f0 100644 --- a/8_Boundaries/8_Boundaries.md +++ b/8_Boundaries/8_Boundaries.md @@ -102,7 +102,12 @@ 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 +when we want to utilize some third-party package? + ترجمه : کاوش و یادگیری مرز ها +کد طرف سوم(شخص ثالث) به ما کمک می کند تا در زمان کمتری عملکرد بیشتری را تحویل بگیریم. +وقتی میخواهیم از برخی از بسته های طرف سوم (شخص ثالث) استفاده کنیم از کجا شروع می کنیم + +It’s not our job to test the third-party code, but it may be in our best interest to write tests for the third-party code we use. Suppose it is not clear how to use our third-party library. We might spend a day or two (or more) reading the documentation and deciding how we are going to use it. Then we