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

[fix] 코딩 컨벤션 맞추기 #169

Merged
merged 5 commits into from
Jul 14, 2024
Merged

Conversation

JinUng41
Copy link
Contributor

🔗 연결된 이슈

📄 작업 내용

  • 코딩 컨벤션에 맞게 코드 다듬기

절대 자기가 담당했던 코드 확인하세요!

동작도 작동하는지 확인해주세요!

@JinUng41 JinUng41 added 🛠️ fix 버그나 오류 해결시 사용 💙 JinUng 걸스 토크에 미쳐보고 싶다면 labels Jul 12, 2024
@JinUng41 JinUng41 self-assigned this Jul 12, 2024
@JinUng41 JinUng41 linked an issue Jul 12, 2024 that may be closed by this pull request
1 task
Copy link
Member

@youz2me youz2me left a comment

Choose a reason for hiding this comment

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

고생하셨습니다! 멋진 리드가 있어서 너무 든든하네요 ,,, 앞으로는 컨벤션 잘 지키도록 노력하겠습니다!

mainTitleLabel.setText("직접 모임 추가하기", style: .body03, color: .gray8)
}
subTitleLabel.setText(
isReceived ? "초대 코드를 받았다면" : "초대 코드가 없다면",
Copy link
Member

Choose a reason for hiding this comment

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

생각보다 엄청 간단하게 삼항연산자를 구현할 수 있었네요 ,,, 감사합니다!

@@ -51,53 +38,36 @@ class NicknameView: BaseView {

override func setupView() {
backgroundColor = .white
addSubviews(navigationBar, separatorLine, subtitleLabel, nicknameTextField, errorLabel, nextButton)
navigationBar.addSubview(titleLabel)
addSubviews(subtitleLabel, nicknameTextField, errorLabel, nextButton)
Copy link
Member

Choose a reason for hiding this comment

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

이 부분은 개행 안해도 되나요 ??

Copy link
Member

@hooni0918 hooni0918 left a comment

Choose a reason for hiding this comment

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

생각보다 제가 개행관련해서 지킨게 없었네요
감사합니다 죄송합니다

@@ -39,7 +39,11 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
}

// 카카오 로그인
func application(_ app: UIApplication, open url: URL, options: [UIApplication.OpenURLOptionsKey : Any] = [:]) -> Bool {
func application(
_ app: UIApplication,
Copy link
Member

Choose a reason for hiding this comment

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

갱!

Copy link
Member

@mmaybei mmaybei left a comment

Choose a reason for hiding this comment

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

변경사항 전부 확인했습니다! 늘 감사합니다

}


// MARK: - Function
Copy link
Member

Choose a reason for hiding this comment

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

Function 마크 주석이 두 번 들어가서 이 주석은 삭제해도 좋을 것 같습니다!

@mmaybei
Copy link
Member

mmaybei commented Jul 13, 2024

아 그런데 네비게이션바 관련 코드를 수정하면서 네비게이션 아래 라인이 사라진 것 같아요! 수정이 필요할 것 같슴당

@JinUng41 JinUng41 merged commit e45a9ad into suyeon Jul 14, 2024
@youz2me youz2me deleted the fix/#168-coding-convention branch July 17, 2024 21:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🛠️ fix 버그나 오류 해결시 사용 💙 JinUng 걸스 토크에 미쳐보고 싶다면
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[fix] 코딩 컨벤션 맞추기
4 participants