Tagged Questions
5
votes
1answer
168 views
Should Different “Types” of Animations be in the Same Class?
For example, say you want a character animation and a health bar animation. Since these require different algorithms, should they be in the same class?
They both re-use some of the same code but ...