skah1061 / finalPractice

0 stars 0 forks source link

프로젝트 피드백 - 작성자: 김태선 #1

Open thesun4sky opened 1 year ago

thesun4sky commented 1 year ago

Overview

코드 레벨에 대한 피드백은 아래에 남기도록 하겠습니다.

thesun4sky commented 1 year ago

GlobalExceptionHandler.java

https://github.com/skah1061/finalPractice/blob/040e0226f71c7df61bda5877c2fee47d985ea058/src/main/java/com/example/plusweek/exception/GlobalExceptionHandler.java#L8-L20

thesun4sky commented 1 year ago

AccountOfTheWrongRules.java

https://github.com/skah1061/finalPractice/blob/040e0226f71c7df61bda5877c2fee47d985ea058/src/main/java/com/example/plusweek/exception/AccountOfTheWrongRules.java#L3-L7

thesun4sky commented 1 year ago

CommentController.java

https://github.com/skah1061/finalPractice/blob/040e0226f71c7df61bda5877c2fee47d985ea058/src/main/java/com/example/plusweek/contoller/CommentController.java#L27-L31

thesun4sky commented 1 year ago

Post.java

https://github.com/skah1061/finalPractice/blob/040e0226f71c7df61bda5877c2fee47d985ea058/src/main/java/com/example/plusweek/entiry/Post.java#L23-L24