Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KDT5_강동훈 2차과제 #80

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

KDT5_강동훈 2차과제 #80

wants to merge 2 commits into from

Conversation

nangkong98
Copy link

@nangkong98 nangkong98 commented May 15, 2023

안뇽하세요

js 부분이 아직 많이 부족해서 최대한 강의 보면서 만들었습니다 !

Copy link

@chanuuuuu chanuuuuu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

기본 기능까지 잘 구현하시느라 고생하셨습니다.
강의를 보고 잘 따라가신 것으로도 충분히 배웠던 부분이 있으셨을 것 같아요. 다음 멘토링 시간에 꼭 이번과제를 통해서 배웠던 부분을 공유해주셨으면 좋겠습니다!

여기에 조금 더 생각해볼만한 부분 코멘트 드렸습니다. 꼭 확인하신뒤, 의견 리플달아주세요:)

const theFooter = new TheFooter().el
const routerView = document.createElement('router-view')

this.el.append(

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

들여쓰기에 대한 자동설정을 위해서 lint 설정을 제안드립니다:)
lint설정을 통해서 저장시에 자동으로 들여쓰기를 추가할 수 있으니 도입을 검토해보시는 것은 어떨까요? 아래는 VScode의 'lint'설정방법입니다.

VS code의 'lint' 설정방법

<div class = "the-loader hide"></div>
`

const moviesEl = this.el.querySelector('.movies')

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

영화 목록 태그를 클래스명으로 조회하고 있는데, CSS 특이성에 따르면 구현하신 페이지 내에서 MovieList 컴포넌트는 하나만 사용되므로 클래스명이 아닌 ID를 통해서 요소를 조회하는 것이 더 효율적일 것으로 보입니다. 이와 마찬가지로 아래의 loadEl 또한 ID를 통해서 조회하는 방식을 검토할 수 있을 것 같아요! 클래스명을 사용하여 조회해야한다면 그 이유도 설명해주실 수 있을까요?🤔

@chanuuuuu
Copy link

현재는 단 하나의 커밋으로 모든 변경사항을 반영하고 계신데요. commit 메시지 또한 기능별로 구분하여 커밋을 진행해보는 것을 추천드립니다. 기능별로 구분하는 경우에 추후 백업이 필요한 시점에 각 기능별로 반영할 수 있으며, 메시지만으로도 충분히 현재 동훈님의 프로젝트의 과정을 파악할 수 있기 때문입니다:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants