-
Notifications
You must be signed in to change notification settings - Fork 203
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
run.pyのgenerate_appなどの関数を分離していく #501
Comments
@Hiroshiba
のどちらでしょうか? |
@tarepan たしかにどちらかわからないですね…! 「メンテナンス生を上げるため」とあるので、読みやすくリファクタリングされていればどちらでも良さそうです。 |
2024年3月現在の Lines 877 to 878 in 1968353
現状で別ファイル/モジュールに移植できるのは 30 行程度の @Hiroshiba |
あ、肝心のgenerate_appの切り出しがまだかもです! これはこのissueの範疇じゃなさそうですが、1番やった方が良さそうなのはgenerate_app自体の切り崩しかもです。 タスクを整理して別のissueでまとめ直すか、generate_appがしかるべき場所(どこ…?)に移動すればこのissueはcloseで良いと思います! |
私の理解が合っていないような気がするので、認識合わせさせてください。
|
どういう構成が最適かは僕もわかってないのですが、app渡すのはテストが少し大変かもですね。 |
着手しています。 |
内容
run.py
が複雑化し、テストもない状態でメンテナンスが難しくなりつつあります。例
メンテナンス性を挙げるためにも、run.pyにあるいろんな関数を分離させて解体していくのがこのissueの目的です。
Pros 良くなる点
Cons 悪くなる点
その他
関連
The text was updated successfully, but these errors were encountered: