Skip to content

Commit

Permalink
docs: README.md 내부 개선사항 내용 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
leeari95 committed Nov 5, 2021
1 parent dc428fe commit 981c869
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
+ [의문점](#3-2-의문점)
+ [Trouble Shooting](#3-3-Trouble-Shooting)
+ [배운 개념](#3-4-배운-개념)
+ [PR 후 개선사항](#3-5-PR-후-개선사항)


# 📝 동기화 메모장
Expand Down Expand Up @@ -382,3 +383,9 @@
guard let nextViewController = navigationController.topViewController as? FruitStoreViewController else { return }
nextViewController.strawberryStockLabel.text = strawberryStockLabel.text
```
## 3-5. PR 후 개선사항

- 메소드명이 동사로 시작하도록 개선
- `Singleton`을 제거
- 화면간 데이터 전달 방식을 `NotificationCenter`를 활용하는 것으로 전체적인 수정
- `extension`을 활용하여 코드를 간결화

0 comments on commit 981c869

Please sign in to comment.