varkor / pokengine

An online Pokémon battle system for the web
http://varkor.com/pokengine/battle/
MIT License
54 stars 11 forks source link

Make the battle's use of the Textbox into a delegate pattern #179

Open varkor opened 9 years ago

varkor commented 9 years ago

This way we can eliminate all the if (!battleContext.process) clauses everywhere, which do nothing but make the code more complicated. Supervisor can instead implement a stripped-down version of the Textbox that does nothing more than execute any events, on a (0-time) delay.