[refactor] Handler Archive
This refactor changes how to make the handler code more readable. It creates a new "archive" file per handler, and all old code/logic is moved into that file. This keeps the handler file clean and only current code. It should also make the diffs a bit easier to read because you can just ignore the "archive" handler file, and only look at the current code.
Edited by Son of Odin