Need a moderate amount of refactoring to support a clean architecture where Apache mod handlers should really be entrances to the application that invoke use cases. The use cases are implemented via one or more services which use an I/O layer. The I/O layer is exposed via an IOContext.
This will support use cases like rendering a tile correctly with the right structure.
Need a moderate amount of refactoring to support a clean architecture where Apache mod handlers should really be entrances to the application that invoke use cases. The use cases are implemented via one or more services which use an I/O layer. The I/O layer is exposed via an IOContext.
This will support use cases like rendering a tile correctly with the right structure.