조교님, Article delete 작업 후 axios.delete를 사용해 article_id에 따라 (지워진 article에 해당하는) comment를 지우도록 했습니다. 다른 이슈에서 지울 필요가 없다고 하셨는데, 제출 시 comment delete 과정이 없는 버전으로 제출해야 하나요?
감사합니다.
After 'Article Deletion' I applied deleting comments process related to that article(according to 'article_id' feature in 'comment'), using axios.delete. In some previous issues you answered that we don't need to delete them. Should I submit HW in a version that doesn't have the process of clearing comments? or Is it okay to submit my HW not removing that function?
조교님, Article delete 작업 후 axios.delete를 사용해 article_id에 따라 (지워진 article에 해당하는) comment를 지우도록 했습니다. 다른 이슈에서 지울 필요가 없다고 하셨는데, 제출 시 comment delete 과정이 없는 버전으로 제출해야 하나요?
감사합니다.
After 'Article Deletion' I applied deleting comments process related to that article(according to 'article_id' feature in 'comment'), using axios.delete. In some previous issues you answered that we don't need to delete them. Should I submit HW in a version that doesn't have the process of clearing comments? or Is it okay to submit my HW not removing that function?
Thank you.