-
Notifications
You must be signed in to change notification settings - Fork 5
(팀그라운드룰) iOS
Seungeon-Kim edited this page Oct 30, 2020
·
5 revisions
-
스위프트 컨벤션 문법
-
SwiftLint 활용
- 아키텍처 패턴 : MVC(MVP)
- 화면 구성 : 스토리보드를 사용하되, 스토리보드 파일을 나눠서 작성
- 테스트 함수 이름 : test_조건_결과 (한글로)
- TDD
- CI 활용 (git action)