GIST 청원 페이지 comment 도메인의 리팩토링을 진행하였다.
https://github.com/GIST-Petition-Site-Project/GIST-petition-server/pull/59
고민거리
// 1. comment에게 물어봄
comment.canDeletedBy(user)
// 2. user에게 물어봄
user.canDelete(comment)
// 3. commentService가 알아서 처리함
canDelete(user,comment)