When you write an application using any framework, you relinquish flow control. You won't be writing a main loop, you won't be doing anything tedious, ideally any and all code you write goes to solving the problem directly. However, this presents a stumbling block for newbies: how is my code being called? How does all this fit together?
Comments
No comments yet. Leave a Comment

