What do you think about splitting Subscriptions class into a smaller classes just to make it more readable? Don’t you think that having ~1500k lines class is too much? :)
Matthew de Detrich
@mdedetrich
Definitely, although not sure what the best way to split it is
Its designed to mirror the REST routes in the swagger, and there are a lot of them
I think there are a lot of good opportunities for code reuse in that file which have been missed though