-
Notifications
You must be signed in to change notification settings - Fork 34
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
東京Ruby会議12のレポート chihaso 担当分 #565
base: 0065-tokyo12
Are you sure you want to change the base?
Conversation
- morihirok『混沌とした例外処理とエラー監視に秩序をもたらす』 - アンチボッチランチ
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.
レポートありがとうございます!
いくつかコメントを入れたのでご確認お願いします。
|
||
そこで、RuboCopにより、すべてのエラーを丸ごとハンドリングしてしまうコードや、Un Expectedなエラーをハンドリングしてしまっているコードを取り締まるようにしました。これにより、同様の問題を抱えるコードの増加を防ぐことができ、既存の問題箇所は .rubocop_todo.yml にまとめられました。また、RuboCop違反によって実装時に立ち止まって考えるタイミングを得られるようになったとのことです。 | ||
|
||
さらに、Expectedなエラーであってもログに残すべきケースでは、エラートラッカーは使用せず、ログの用途に応じて適切な送り先を選択します。例えば、一定頻度以上で発生するエラーの検知にはDatadogやNewRelicなどのAPMを使用し、エラー発生後に処理が必要な場合にはデータベースや検索性の高いストレージに記録しているとのことです。 |
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.
半角スペースをお願いします!
さらに、Expectedなエラーであってもログに残すべきケースでは、エラートラッカーは使用せず、ログの用途に応じて適切な送り先を選択します。例えば、一定頻度以上で発生するエラーの検知にはDatadogやNewRelicなどのAPMを使用し、エラー発生後に処理が必要な場合にはデータベースや検索性の高いストレージに記録しているとのことです。 | |
さらに、Expectedなエラーであってもログに残すべきケースでは、エラートラッカーは使用せず、ログの用途に応じて適切な送り先を選択します。例えば、一定頻度以上で発生するエラーの検知にはDatadogやNew RelicなどのAPMを使用し、エラー発生後に処理が必要な場合にはデータベースや検索性の高いストレージに記録しているとのことです。 |
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.
suggestコミットさせていただきました!🙏
4317cee
筆者も初めてお会いする方々とランチをご一緒させていただきました。 | ||
道中一緒にプリクラを撮ったり、一人減ったと思ったらなぜか三人増えたり、お店がなかなか見つからなかったりといろんな事がありつつ、発表内容や普段の開発についてたくさんお話できて、とても楽しい時間を過ごす事ができました。 | ||
筆者は技術イベントが好きでよく参加はするものの、知らない人の中に入っていくのはなかなか難しく、他の参加者の方々との交流はあまりできていませんでした。 | ||
今回の企画は、筆者のような参加者には非常にありがたく、まさに地域.rbらしい内容だったと感じました。 |
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.
まさに地域.rbらしい内容だった
もしかして「地域Ruby会議」のことですか?
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.
ありがとうございます!
「地域.rbから発展したイベント」みたいな意図だったのですが、地域Ruby会議の方が適切でした。
修正しました🙏
d708f11
道中一緒にプリクラを撮ったり、一人減ったと思ったらなぜか三人増えたり、お店がなかなか見つからなかったりといろんな事がありつつ、発表内容や普段の開発についてたくさんお話できて、とても楽しい時間を過ごす事ができました。 | ||
筆者は技術イベントが好きでよく参加はするものの、知らない人の中に入っていくのはなかなか難しく、他の参加者の方々との交流はあまりできていませんでした。 | ||
今回の企画は、筆者のような参加者には非常にありがたく、まさに地域.rbらしい内容だったと感じました。 | ||
ご一緒させていただいた皆様、ありがとうございました! |
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.
アンチボッチランチの一番下にもお名前をお願いします!
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.
すみません忘れておりました・・・!追加しました!
7715d0c
Co-authored-by: pndcat <[email protected]>
アンチボッチランチの記事に改行を追加いたしました!34ddfe7 |
記載場所など含め、ご確認お願いいたします!🙇♂️