The project is already organized as a Julia module, but it currently lacks a clear dependency graph showing how files and submodules relate to each other.
Julia offers libraries that can automate the creation of such graphs, which would help visualize the overall structure, simplify refactoring by highlighting tightly coupled parts, and improve modularity and maintainability.
The project is already organized as a Julia module, but it currently lacks a clear dependency graph showing how files and submodules relate to each other.
Julia offers libraries that can automate the creation of such graphs, which would help visualize the overall structure, simplify refactoring by highlighting tightly coupled parts, and improve modularity and maintainability.