Sasha Szpakowski
Sasha Szpakowski
**Original comment by Anders Ruud (Bitbucket: [rude](https://bitbucket.org/rude), GitHub: [rude](https://github.com/rude)).** ---------------------------------------- A tense-consistent version of karai17's is a pretty good suggestion. However, what looks more correct than anything else is something...
**Original comment by hahawoo (Bitbucket: [hahawoo](https://bitbucket.org/hahawoo), GitHub: [hahawoo](https://github.com/hahawoo)).** ---------------------------------------- Is the quit event dependent on the window module? If not, perhaps it shouldn't be in that module, lest someone want...
**Original comment by Landon “Karai” Manning (Bitbucket: [karai17](https://bitbucket.org/karai17), GitHub: [karai17](https://github.com/karai17)).** ---------------------------------------- @rude the only problem with the way you have set up, and I think slime mentioned this at some...
**Original comment by Sasha Szpakowski (Bitbucket: [slime73](https://bitbucket.org/slime73), GitHub: [slime73](https://github.com/slime73)).** ---------------------------------------- There might be some xtreme metatable fudgery that could be done to make it not error if a callback function...
**Original comment by Landon “Karai” Manning (Bitbucket: [karai17](https://bitbucket.org/karai17), GitHub: [karai17](https://github.com/karai17)).** ---------------------------------------- Well, if these are all events, why not just leave them in love.event and maybe add an alias to...
**Original comment by hahawoo (Bitbucket: [hahawoo](https://bitbucket.org/hahawoo), GitHub: [hahawoo](https://github.com/hahawoo)).** ---------------------------------------- I'm unsure about the benefit of having callbacks in modules. I guess there's "disabling a module also disables the callback", but,...
**Original comment by Anders Ruud (Bitbucket: [rude](https://bitbucket.org/rude), GitHub: [rude](https://github.com/rude)).** ---------------------------------------- Yeah, I'm not sure I like the in-module callbacks myself when I actually have to use them in code. ```...
**Original comment by Landon “Karai” Manning (Bitbucket: [karai17](https://bitbucket.org/karai17), GitHub: [karai17](https://github.com/karai17)).** ---------------------------------------- Differentiating between events and non events could allow for some leeway in naming, no? Since load/update/draw aren't events, they...
**Original comment by Bart van Strien (Bitbucket: [bartbes](https://bitbucket.org/bartbes), GitHub: [bartbes](https://github.com/bartbes)).** ---------------------------------------- Hmm, but 'onPoop' also kind of maybe suggests it registers something to happen when a poop occurs, not that...
**Original comment by Sasha Szpakowski (Bitbucket: [slime73](https://bitbucket.org/slime73), GitHub: [slime73](https://github.com/slime73)).** ---------------------------------------- Pfft, just go the Cocoa route: `love.windowDidBecomeVisible` I kid, I kid... :P