refactor: 大規模リファクタリング成功!2ファイル改善
✨ Phase 1-2: plugin_loader_v2改善(1006→527行、47.5%削減) - extern_functions.rs: env.*外部関数(261行) - ffi_bridge.rs: FFI/TLV処理(158行) - instance_manager.rs: インスタンス管理(140行) - method_resolver.rs: メソッド解決(126行) ✨ Phase 3: build_method_call改善(101→50行、51%削減) - method_call_handlers.rs: ハンドラー分離(111行) - TypeOp重複バグ修正(18行削除) - Single Responsibility原則遵守 - 保守性・可読性大幅向上 🎯 効果: - 総削減: loader.rs 479行 + build_method_call 51行 - コード品質: 責任分離による保守性向上 - バグ修正: TypeOp処理の重複を解消
This commit is contained in:
@ -5,6 +5,7 @@ mod globals;
|
||||
mod host_bridge;
|
||||
mod instance_manager;
|
||||
mod loader;
|
||||
mod method_resolver;
|
||||
mod types;
|
||||
|
||||
pub use globals::{get_global_loader_v2, init_global_loader_v2, shutdown_plugins_v2};
|
||||
|
||||
Reference in New Issue
Block a user