"Most, if not all, GUI systems and toolkits are designed to be event driven, meaning that
the main flow of your program is not sequential from beginning to end. If you've never
done GUI programming, this is one of the trickiest paradigm shifts."
— Robin Dunn, speaking on GUI programming at OSCON2004<p>"Hollywood Principle: "Don't call us; we'll call you." ... You implement the interfaces, you get registered. You get called when the time is right. This requires a distinctly different way of thinking to that which is taught in introductory programming where the student dictates the flow of control."
— Dafydd Ree