Skip to content

Commit 857279a

Browse files
committed
아이템이십구
1 parent 15e18ee commit 857279a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- API가 불안정할 수 있다. 이 경우 외부 API를 랩해서 사용한다.
2+
- 문제가 있다면 래퍼만 변경하면 됨, API 변경에 대응 쉬움
3+
- 프로젝트에 맞게 API 형태를 조정할 수 있음
4+
5+
Q. 어디까지를 외부 API로 볼 것인가? 네트워크 API? AndroidX? 랩을 하는 기준?
6+
7+
Q. 랩은 보통 어떻게 하는지? interface? abstract class는 아닐거같음

0 commit comments

Comments
 (0)