Programming: what is event programming?
In this post, the tutor speaks from experience, rather than formal education. Event programming (aka, event-driven programming), as I understand, focuses on designing interfaces that react to user input. What happens when the user clicks a button? What happens when …