Does anyone know any good rules of thumb, or good articles about organizing complex routes?
My Service has a routing that spans over about 400 lines, and IntelliJ is not the only one that has problems parsing and navigating it (also me).
What is a good way to split up the routing between multiple files, etc?