-
Notifications
You must be signed in to change notification settings - Fork 72
4월 백엔드 블로그 포스팅 #280
New issue
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
4월 백엔드 블로그 포스팅 #280
Conversation
_posts/2023-04-18-Exception.md
Outdated
|
|
||
| ## 마치며 | ||
|
|
||
| 일반적인 상황에서, 특히 Java 언어를 사용한 개발 환경에서라면 Java가 제공하는 Exception을 잘 활용하는 것은 에러를 핸들링하기에 적합한 방법으로 보입니다. 하지만 Exception이 항상 에러를 처리하는 정답은 아니며 상황과 환경에 따라서 적절한 에러처리 기술을 잘 활용할 수 있어야 할 것 입니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'것 입니다->것입니다'로 바꾸는데 어떨까 합니다!!
_posts/2023-04-18-Exception.md
Outdated
| return "암호 길이 문제" | ||
| } | ||
| func RegisterAccount(n,p string) errer{ | ||
| if ~~{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Nit] if ~~{ 도 좋지만 if (조건문) { 이란 표현을 통해 예시를 더욱 가독성 있게 표현할 수 있을 것 같아요 !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
저도 별 생각없이 Exception을 주로 사용했던 것 같은데 좋은 글 정말 감사드립니다 !
|
피드백 감사합니다~ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
피드백 반영 감사합니다 ! LGTM 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
피드백 반영 및 좋은 글 감사합니다!!
4월 백엔드 블로그 포스팅 작성하여서 보냅니다.