We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
현재 시스템에서 오류 처리 방식을 분석합니다. 과도한 오류 핸들링으로 비즈니스 로직의 복잡도를 높이고, 실패지점이 모호해지는 것을 방지하고자 합니다. 오류를 오류로 반환하지 않고 Gracefully 핸들링하는 최적의 방법을 찾으려 합니다.
전달 사항을 작성하거나 위키 페이지 링크를 걸어주세요.
The text was updated successfully, but these errors were encountered:
dldmsql
No branches or pull requests
주요 작업 내용
현재 시스템에서 오류 처리 방식을 분석합니다.
과도한 오류 핸들링으로 비즈니스 로직의 복잡도를 높이고, 실패지점이 모호해지는 것을 방지하고자 합니다.
오류를 오류로 반환하지 않고 Gracefully 핸들링하는 최적의 방법을 찾으려 합니다.
To-Do
Notice
The text was updated successfully, but these errors were encountered: