정리하기/DR
[Daily Report] 22.01.18 - updateCat 구현 및 Post부분 구현중
pythaac
2022. 1. 18. 23:07
Memo
Done
l updateCat
- catUpdateList로 update 가능하여 따로 API를 재호출하지 않음
- throws 추가
Todo
l createPost
- 새로 생성된 category로 인한 catMapTable 업데이트 필요
New
Throws Exception or try-catch-finally
l catch문에서 유의미한 처리를 할 수 있는 경우만 try-catch 사용
- input parameter로 인한 오류의 경우 throws Exception 사용
Things to know