Undocumented feature or awesome bug?
Monkey Forums/Monkey Bug Reports/Undocumented feature or awesome bug?
| ||
This code blew my mind when it actually worked. I didn't know if this was because of your recent work on interfaces or not. I'm reporting it because either it is a bug, which would be sad because this allows for some much needed flexibility, or because it's undocumented and maybe should be documented as I find it quite useful. Edit: Nevermind. I was high on half asleep energy and programmed a bunch of really stupid things. I'm blaming my meds. |
| ||
Well, I think that's dead code removal. You're not using the interface, just defining it. Implements is not enought, the interface isn't really used and it's ignored. |
| ||
Oh shoot, good point. I knew that but in my state completely forgot. This is what I get for writing code while half asleep. |