Open Issues Need Help
View All on GitHub 500行overしたので単一責任の原則に従いファイル分割する about 6 hours ago
AI Summary: The `src/main.rs` file has grown beyond 500 lines and needs refactoring to improve maintainability and readability. The plan is to split its responsibilities into dedicated modules: `src/cli.rs` for argument parsing, `src/mml_render.rs` for MML rendering logic, `src/tui.rs` for TUI drawing, and a streamlined `src/main.rs` for overall application integration. This adheres to the Single Responsibility Principle, localizing changes and clarifying code structure.
Complexity:
3/5
good first issue