Kotlin in Action 스터디 자료 저장소입니다.
- 무엇을 구현하면 좋을까? : 메뉴 CRUD, 한 주문에 고른 메뉴의 가격 합, 하루 매출 중에 카드 결제, 현금 결제 구분하여 가격 합 출력,
enum
으로 현금/카드를 구분해서 출력, 시작, 종료, 프로세스 선택하기, 결제 방식이나 상태 고르는 기능
https://github.com/ByeongSoon/kotlin-in-action-pos - Byeongsoon
https://github.com/hongbeomi/POS - Hongbeom
https://github.com/MoochiPark/kotlin-in-action-pos - Daewon
https://github.com/junhyung0927/Kotlin-InAction - Junhyeong
https://github.com/qkrcksduf/pos - Chanyeol
https://github.com/isoono/Kotlin-in-Action - Soonho
https://github.com/wisoftMY/kotlin-study - Minyoung
https://github.com/LeeSM0518/kotlin-tutorial-project - Sangmin
- Chapter1. 코틀린이란 무엇이며, 왜 필요한가?
- Chapter2. 코틀린 기초
- Chapter3. 함수 정의와 호출
- Chapter4. 클래스, 객체, 인터페이스
- Chapter5. 람다로 프로그래밍
- Chapter6. 코틀린 타입 시스템
- Chapter7(1). 연산자 오버로딩과 기타 관계
- Chapter7(2). 연산자 오버로딩과 기타 관계
- Chapter8(1). 고차함수 : 파라미터와 반환 값으로 람다 사용
- Chapter8(2). 고차함수 : 파라미터와 반환 값으로 람다 사용
- Chapter9 (1). 제네릭
- Chapter9 (2). 제네릭
- Chapter9 (3). 제네릭