All Questions
Tagged with event-programming testing
1 question
7
votes
3
answers
4k
views
Event Driven Programming: A sequence of unfortunate events
I have a very basic game loop whose primary purpose is to check for updates & changes to a list.
I have contemplated using event driven programming to replace the game loop/list idea with an ...