Enums with interfaces
I had an idea for a way to clean up some code today. I tried to implement the solution I thought up, but was left scratching my head instead. For some reason I thought it would be simple to create an enum with another enum inside the first. For example, …