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

[REFACTOR] 2차 기능 리팩토링 #241

Merged
merged 6 commits into from
Feb 15, 2024
Merged

Conversation

dragontaek-lee
Copy link
Member

Related Issue 🚀

Work Description ✏️

  • 작업 설명을 적어주세요.

PR Point 📸

@dragontaek-lee dragontaek-lee added the enhancement New feature or request label Feb 15, 2024
@dragontaek-lee dragontaek-lee self-assigned this Feb 15, 2024
@dragontaek-lee dragontaek-lee changed the base branch from develop to sohyeon_#227 February 15, 2024 15:05
Copy link
Collaborator

@thguss thguss left a comment

Choose a reason for hiding this comment

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

수고하셨습니당~

val subLecture = subAttendance.getSubLecture();
val isOnAttendanceCheck = LocalDateTime.now().isBefore(subLecture.getStartAt().plusMinutes(10));
val message = getMessage(lecture.getAttribute());
if (isOnAttendanceCheck && subAttendance.getStatus().equals(ABSENT)) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

if문 안의 코드를 별도 메소드로 묶어내면 가독성이 더 좋아질 것 같아요!

@dragontaek-lee dragontaek-lee merged commit 223b4ff into sohyeon_#227 Feb 15, 2024
@dragontaek-lee dragontaek-lee deleted the yongtaek_#238 branch February 18, 2024 07:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request size/L
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[REFACTOR] 앱 모듈 리팩토링
2 participants