The View class now does all its loading through a Renderer instance.
This will help with future refactoring and code maintenance by not having the same logic duplicated in more than one part of the code. It also takes more responsibility away from the View class, which is what we want.
Showing
Please
register
or
sign in
to comment