21.02.24 TIL
- SQL
Solved 1 problem ✔
- CS50 final mission
I implemented stack with array, but failed to implement with linkedList. Pointer is too difficult... I couldn't find the reason why it doesn't work;;
- Woowa Course
requested PR. I could study OOP with codes.
로또미션 학습로그
Step1 PR 링크 [TDD] TDD - 5 내용 TDD 원칙을 따라 구현하고자 하였다. 더 사전에 어떻게 객체에게 책임과 역할을 분배할 것인지 고민하게 되고 전체적인 구조를 생각하게 된다. // 주석으로 먼저 해야
nauni.tistory.com
Reorganized studyLog while doing Lotto mission.
[수업] 가변인자, 매개변수 final 선언, Exception
가변인자 public class Main{ public static void main(String []args){ argsTest(1,2); // 변수여러개 } private static void argsTest(final int... numbers){ System.out.println("가변인자"); } private stati..
nauni.tistory.com
Reviewed last class.
- Posting for Meet Coder
Subject would be Session and Cookie. Let it done by tomorrow ⚡
It was hard to concentrate on work today. Refresh is needed! 😥