mirror of
https://github.com/donnemartin/system-design-primer.git
synced 2025-09-18 10:00:38 +03:00
Correct mistranslation
- "aka" was mot translated in the original translation. - Make the translation more fluent.
This commit is contained in:
@@ -1436,7 +1436,7 @@ POST /anotheroperation
|
||||
|
||||
RPCは振る舞いを公開することに焦点を当てています。RPCはそのパフォーマンスを理由に、内部通信においてよく利用されます。場合によっては、ユースケースに合わせてネイティブコールを自作することもできます。
|
||||
|
||||
ネイティブライブラリー (aka SDK) を呼ぶのは以下の時:
|
||||
次のような場合はネイティブライブラリー (SDKとも呼ぶ) を使うほうがいいでしょう:
|
||||
|
||||
* ターゲットのプラットフォームを知っている時
|
||||
* ロジックがどのようにアクセスされるのかを管理したいとき
|
||||
|
Reference in New Issue
Block a user