Erabior / RouteManager

Mod for Railroader the game that adds basic automation for passenger routes
13 stars 6 forks source link

Code Refactoring #16

Closed AdamC1228 closed 10 months ago

AdamC1228 commented 10 months ago

Initial refactoring of code to separate out the logical components into their own sub-classes for better maintainability / readability of code.

A secondary benefit of the refactoring allows for better change tracking.

In addition to the initial refactoring comments were added in several locations to better identify /explain certain mod components for future debugging & development.