Create Timer
Closed this issue · 2 comments
RavensKrag commented
The Timer helper in Chingu is a good idea, but I don't agree with how it's implemented. That module allows unrelated classes to access each others Timers. I have problems like that elsewhere in my code, but I'm trying to get rid of them so... yeah ^_^;
Not a very professional report on this one, but what the heck.
RavensKrag commented
Copied a the code from Chingu and I am in the process of making the modifications. Perhaps I will forward the code back to Chingu at some point.
RavensKrag commented
The Chingu code has been completely rewritten as a series of objects contained in a module, rather than a mix-in.