-
Notifications
You must be signed in to change notification settings - Fork 1
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
exceptionのクラス図を作成 #76
Conversation
exceptionを単独のmdにするのではなく、モジュール.mdに含める |
修正done |
どういう例外が発生しているかは変更前の方が分かりやすいと思います。 |
コメントあざすです! うーむ。
とかどう思いますか〜? 感覚ベースなんですが、メソッド名が事由フレーズというのがどうも引っ掛かってます。。 |
"method not allowd"というメッセージがあってそれ由来でクラス名を決めているという順番ではないと思っています。 |
@hayashi-ay 口頭で会話した件備忘です。
|
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 !
例外クラスのクラス図を作りました。
Transactionの擬似コードと変更してます。
変更前:
throw IExecutor::MethodNotAllowed();
という投げ方今回 :
throw HTTPException(403);
という投げ方この方がわかりやすいと思いましたが、いかがでしょ〜