-
Notifications
You must be signed in to change notification settings - Fork 209
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
Separate the contents of src/detections/rule/mod.rs into modules #1045
Comments
分けようと考えたけど、うまくモジュール構成を決められない。 |
@kazuminn ありがとうございます!コードの整理も大事ですね。 |
@kazuminn ミーティングで話したところ、良い感じに分離できるのであれば、是非分離した方が良さそうなので、お願いしたいですが、他のissue(新機能等)と比べると優先度が低いという結論でした。と言いながら、気になって先にやっておきたいのであれば、全然良いです。 |
@fukusuket @hitenkoku 相談ですが、 src/detection/rule/utiles.rs を作っちゃって、mod xxx以外をそこに突っ込むのは、どうでしょう? |
@kazuminn |
@fukusuket 私もrulenode.rsにする案で問題ないと思います。。 |
src/detections/rule/mod.rsの中に、DetectionNodeやRuleNodeが混じって入っていて、カオスになってきている気がする。
mod構文とそれらが入り混じっていて、読みにくく、管理しにくい問題がある。
The text was updated successfully, but these errors were encountered: