-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: UsersService setOverDueDay -> withLendingInfo (#574)
* refactor: if문 제거 map과 foreach는 배열이 비어있어도 동작에 영향을 주지 않으므로 제거 * refactor: reduce 사용 * refactor: 객체 변경을 피함 * refactor: 변수명 통일 사용자 명칭이 user와 item으로 다르게 불리던 것을 user로 통일 * refactor: 메서드명을 동작과 일치하게 변경 실제로 유저를 변경하지 않고 대여 기록과 함께 반환하므로 * docs: 메서드 설명 추가 * docs: TODO 추가
- Loading branch information
Showing
1 changed file
with
17 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters