All Questions
Tagged with inheritance dependency-injection
2 questions
4
votes
1
answer
300
views
Improving XNA's default project template
I hope this isn't getting annoying, but I've asked a lot of questions about improving my game lately:
How can I improve my game project design?
Using the observer pattern with collision detection
Is ...
9
votes
3
answers
2k
views
Why would I want to always have to explicitly call a "base" method if I just want to use base functionality?
I recently worked with an architect who structured his base class like this:
...