atlanticaccent / starsector-mod-manager-rust

A mod manager for Starsector, a space fleet-battle and economics simulator. This time written in Rust.
https://atlanticaccent.github.io/starsector-mod-manager-rust/
MIT License
33 stars 1 forks source link

Break mod_list module into separate modules #57

Closed atlanticaccent closed 2 years ago

atlanticaccent commented 3 years ago

The mod_list module currently contains, effectively, the entire core of the application. This was never the intention, however that is not necessarily an issue. What is an issue is the fact that, at this point, the length of the file now poses a maintainability issue, as it is difficult to track logic throughout the file. Multiple structs and submodules are contained within the module, and should thus be separated out into their own dedicated files.

atlanticaccent commented 2 years ago

Partially completed by 0.6.0