MG3 Video Sneak Peak: Event Generation
One of my favorite features coming in MG3 is purely for developer ease of use: hit an event that doesn't exist while in development mode, and it'll generate intelligently named controllers, listener functions, and views, wiring them all together with convention-based XML.
Here's a video of Event Generations (and a bit of SES features) in action:


p.s. Next time turn the music off. ;)
The feature can be turned on/off with a setting. I'm trying to figure out if it should be on by default, and leaning towards "no."
For missing events, I'll be implementing a "missingEvent" setting that's just like the "exception" setting that handles missing events.
Obviously, if event gen is turned on, you won't hit the missingEvent...
Obviously, if it's on i
These are the moments that get me even MORE excited to program.