Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- RxSwift
- Concurrent
- Github file size
- 로버트마틴형
- iOS Target
- RIBs Tutorial
- conflicting access to memory
- 클린아키텍쳐
- swiftdocs
- ios
- Large File Storage
- 대머리깃허브
- windowScene
- Ribs
- in-out
- Apple Certificate
- RxCocoa
- UICoordinateSpace
- SWIFT
- iOS 버전 점유율
- coordinateSpace
- Dependency Rule
- 잡초가득블로그
- 메모리 접근 충돌
- Automatically manage signing
- App Signing
- Git Large File Storage
- Dispatch.main.sync
- rib
- memory safety
Archives
- Today
- Total
빙수왕의 개발일지
클래스 레이아웃, 클래스 내용의 순서 본문
프로퍼티 - 이니셜블럭 - Secondary declarations - 메소드 - 클래스 - 인터페이스 - 컴패니언 오브젝트 순서임!!
kotlinlang.org/docs/reference/coding-conventions.html#class-layout
인터페이스를 상속받아 구현했다면 상속받은 멤버들의 순서는 인터페이스와 동일하게 유지하자.
오버로딩 한 메소드들은 붙여놓기.
'개발 > Android' 카테고리의 다른 글
requireActivity()와 getActivity() (0) | 2020.08.06 |
---|---|
Fragment 생성 시 주의할 점 (0) | 2020.08.06 |
Activity에서 Fragment로 값 전달하기 (0) | 2020.08.06 |
Activity에서 Activity로 값 전달하기 (0) | 2020.08.06 |