-
Notifications
You must be signed in to change notification settings - Fork 201
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
整理: プリセットの public メソッド呼び出しによる内部更新を private へ変更 #1163
Conversation
@Hiroshiba |
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.
_refresh_cache
にする設計良いですね!
ほぼLGTMなのですが、PRのタイトルと内容が違ってるかもです。
どちらか合わせていただけると!
@Hiroshiba |
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!!
ドキュメントもスリムになって綺麗になりましたね!!
内容
プリセットマネージャー
各メソッドの名称を明確 &実装を分割 & docstring を簡略化してリファクタリングした。プリセットデータベース(マネージャー)へのアクセスを標準的な CRUD (create-read-update-delete) へ名称変更した。内部更新と read が単一のメソッドに実装され、このメソッドが create/update/delete 内部で呼ばれていた。よって内部更新を private method へ切り出し、readと分離した。
また docstring を簡略化した(コーディング規約No.4 (#799))。
関連 Issue
無し