The design tag has no usage guidance.
5
votes
3answers
555 views
How to handle collisions without ugly conditionals and type checking?
(I asked a similar question, but this one is far more specific).
How can I handle collisions without having to do a lot of type checking and if statements?
People here suggested that when spotting a ...