Well, another great cf.Objective() is over. I am still in overdrive, so it is perfect time to post about the Wheels presentation.
The first part focused on the ideas behind Wheels. Convention Over Configuration (CoC), Don’t Repeat Yourself (DRY), and Model View Controller (MVC), and Simplicity.
The second part, went over how Wheels works, server request are handled, understanding the Operation Trail (URL), and the File Structure. This part we started by creating the normal, say controller, hello action but starting from the view, then working to the controller. This was done to show how easy prototyping can be accomplished.