Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion 8_Boundaries/8_Boundaries.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down