TIL(Today I Learned)
21.03.06 TIL
nauni
2021. 3. 6. 22:53
- MeetCoder posting
https://nauni.tistory.com/m/167
상속, 조합, 인터페이스
여기서 상속은 인터페이스 상속을 제외한 구현상속을 의미한다. 상속을 사용할 때 고려햐야할 것(위험성) 상속은 같은 프로그래머가 통제하는 패키지에서는 안전하다. 즉, 외부에서 널리 사용(
nauni.tistory.com
Actually, I was trying to write about Token, cookie, session but I wrote stories about what I studied this week. It would be very helpful to refactor mission for next week.😃
I could learn every week through the study. I could get feedback from what I wrote and actually usage tips in real cases.
Today, posting about UUID and Blue/Green release were especially interesting.👍