티스토리 뷰

Missions

 

- 2nd PR of Chess mission

github.com/woowacourse/java-chess/pull/201


 

학습로그 1-2

[Java] Function Interface - 2

내용

  • UnaryOperator 는 T타입을 받아서 T타입을 리턴한다. Funtion Interface와 비슷하지만 인자로 들어오는 타입과 반환하는 타입이 같다는 특징이 있다.

[OOP] Setter - 3

내용

  • setXXX라는 set 명칭말고 메서드에 의도를 들어내어 이름을 지으면 setter의 단점을 보완할 수 있다.
  • setter 자체는 의도를 가지기 어렵다.

[Java] UnsupportedOperationException - 2

내용

  • 지원하지 않는 연산 예외처리
  • 런타임 예외
  • 대표적으로 Collections.unmodifiableList 에서 add할 경우

링크

javadocs UnsupportedOperationException

[Java] Enum - 3

내용

  • Enum에는 기본적으로 static valueOf(String value) 가 정의되어 있다. 따라서 valueOf(String s)의 정적팩토리 메서드가 만들어지지 않는다.
  • 이외에도 clone(), compareTo(E o), equals, toString, names, finalize 등이 기본적으로 정의되어 있다.

링크

javadocs Enum

[Java] Table - 3

내용

  • row, column 을 키로 테이블을 만들 수 있다.
  • compile('com.google.guava:guava:29.0-jre') dependencies에 추가하여 사용한다.
  • LinkedHashMap을 기반으로 구현되는 HashBasedTable.create();을 사용하였다.

링크

Table 사용방법


 

- Writing mission

nauni.tistory.com/198


 

Weekly Retrospection

[ Goals of last week ]

-🏃‍♂️ Everyday workout challenge is going to be started tmrr! Do some exercise everyday!

-> Yes~~ On challenging.

 

- 👀 Network: study about Authorization, Authentication, Token, Login

-> Good bye... someday... again...It would be postponed to vacation.

 

-👀 Study about Build and Deployment!

-> Reviewed techo talk.

 

-👀 Study about Stream and Lambda!

-> Did it!

 

- 📖 Algorithm: make library of "크루스칼, DFS, 다익스트라, 플로이드워셜".

->😅😅 Need to do..! It would be postponed to vacation.

 

- ✍ Write tech posting for Meet Coder study. (last tech posting for this session)

-> Did it!

 

[ Goals for next week ]

- 🏃‍♂️ Everyday workout challenge! Do some exercise everyday!

 

- ✍ Retrospection of March and one quarter of this year.

 

- 💻 Complete missions of level 1.

 

 

'TIL(Today I Learned)' 카테고리의 다른 글

21.03.30 TIL  (0) 2021.03.30
21.03.29 TIL  (0) 2021.03.29
21.03.27 TIL  (0) 2021.03.27
21.03.26 TIL  (0) 2021.03.26
21.03.25 TIL  (0) 2021.03.25
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2025/04   »
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
글 보관함