The current way of way of having a static API god class that is bad style.
Rewriting the code to delegate work to sub APIs and making the whole project dynamic is the next step to a clean project.
Advantages:
better style
multiple instances with different clients possible
no danger of using the API before initializing an instance
The current way of way of having a static API god class that is bad style. Rewriting the code to delegate work to sub APIs and making the whole project dynamic is the next step to a clean project.
Advantages: