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

📕 Revise change js file name convention #3

Merged
merged 3 commits into from
Feb 20, 2021
Merged

📕 Revise change js file name convention #3

merged 3 commits into from
Feb 20, 2021

Conversation

eotkd4791
Copy link
Member

@eotkd4791 eotkd4791 commented Feb 18, 2021

  1. Revise change js file name convention

Things I did

  1. kebab-case to snake_case

@sangwoo0727 sangwoo0727 self-requested a review February 19, 2021 01:52
@sangwoo0727
Copy link
Member

관례적으로, 자바스크립트의 경우 테스트파일과 js 파일 각각 다른 네이밍규칙을 가져가는지 궁금합니다.
올려주신 컨벤션 규칙을 읽어봤는데, .js 파일의 경우 snake 케이스, test.js 파일의 경우 kebab 케이스로 작성하셔서요.

같이 알아가면 좋을 것 같아서 위의 질문에 대한 답변과 참조 링크 같이 올려주시면 감사하겠습니다! 확인 후 merge 하겠습니다!😊

@eotkd4791
Copy link
Member Author

테스트 코드를 작성한 파일은 js-file-name.test.js, js-file-name.spec.js와 같은 형식으로 파일명을 작성합니다. 또한 테스트 코드를 특정 디렉토리 아래에 모아두고 싶은 경우에는 __tests__, __mocks__와 같이 underscore로 감싸진 형식으로 명명된 디렉토리 아래에 js-file-name.js 형태로 convention을 지키는 것으로 확인하였습니다. :)

reference

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

Successfully merging this pull request may close these issues.

2 participants