Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📍 이슈 번호
🛠️ 작업 내용
1. 바코드 API 관련 내용은 FoodBarcodeUtils로 따로 분리했습니다 ! 170b66a
🎸 기타 사항
HttpURLConnection이 속도가 가장 빠르지만 Response를 객체로 받아오지 못해서 지금처럼 일일히 파싱 작업이 필요한 것 같습니다.
장단점 생각해봤을 때, 우선 속도가 가장 중요하다고 판단해서 일단 현상태 유지했는데, 추후 WebClient로 변경하는게 좋을지 어떤 방법이 좋을지 고민이 됩니답 !