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 | 31 |
Tags
- 메모리 접근 충돌
- Ribs
- Large File Storage
- Dependency Rule
- RxSwift
- Dispatch.main.sync
- Concurrent
- windowScene
- Github file size
- ios
- iOS Target
- rib
- coordinateSpace
- Automatically manage signing
- swiftdocs
- App Signing
- RxCocoa
- Apple Certificate
- conflicting access to memory
- iOS 버전 점유율
- in-out
- 대머리깃허브
- 잡초가득블로그
- 클린아키텍쳐
- RIBs Tutorial
- SWIFT
- memory safety
- 로버트마틴형
- UICoordinateSpace
- Git Large File Storage
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 |