Skip to content

Commit

Permalink
chore: todo 작성
Browse files Browse the repository at this point in the history
  • Loading branch information
Soundbar91 committed Nov 28, 2024
1 parent 0b5eb09 commit d41fcd9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ public static List<ClassInfo> of(String classTime, String classPlace) {
}

// 구분자를 바탕으로 강의 시간과 강의 장소 분리
// TODO. StringBuilder으로 리펙토링
String[] classPlaceSegment = classPlace.split(",\\s*");
String[] classTimeSegment = classTime.substring(1, classTime.length() - 1).trim().split(",\\s*");

Expand Down

0 comments on commit d41fcd9

Please sign in to comment.