우리 팀만의 코딩 컨벤션을 정해보아요!

BE 코드 컨벤션

User user = userRepository.findById(userId)
.orElseThrow(() -> new BusinessException(ErrorCode.USER_NOT_FOUND));