안건
- 자바 다시 보기 로드맵 짜기
- 디자인 패턴 책 비교
- C 다시보기 로드맵 짜기
자바 로드맵 (20210309)
→ Do it 자바 프로그래밍 (우테코 할 때 보던거 마저 보기)
- [ ] Class
- Object
- String
- Wrapper
- [ ] ⭐️ Generics
- [ ] Collection → 아는 내용이니 간략하게만 지나가겠음
- List
- ArrayList
- LinkedList
- Set
- HashSet
- TreeSet
- Map
- HashMap
- TreeMap
- List
- [ ] 내부클래스
- 익명 내부 클래스
- [ ] ⭐️ Lambda
- Functional programming
- Lambda
- [ ] ⭐️ Stream
- [ ] ⭐️ Exception
- try-catch
- throws
- [ ] ⭐️ I/O
- I/O and stream
- ⭐️ Byte Stream – InputStream/OutputStream
- Character Stream – Reader, Writer
- 직렬화
- File 클래스
디자인 패턴 책 비교
- 뭘 사면 좋을까 해서 괜찮아 보이는 책 몇권 골라봤습니다.
- GoF는 오역이 너무 많다고 해서 뺌.
- http://www.kyobobook.co.kr/product/detailViewKor.laf?ejkGb=KOR&barcode=9788969090010
- http://www.kyobobook.co.kr/product/detailViewKor.laf?ejkGb=KOR&mallGb=KOR&barcode=9788931436914&orderClick=LAG&Kc=
- http://www.kyobobook.co.kr/product/detailViewKor.laf?ejkGb=KOR&barcode=9788968480911
C 로드맵 (20210309)
→ Kernighan의 C 프로그래밍
- 포인터
- 배열
- 함수 포인터
- 구조체
- 구조체 배열
- 구조체 포인터
- 입출력
- 표준 입출력