While working on Halo this evening I decided that there are more than enough classes in Halo to warrant namespacing them better. I started on the view classes (since that is where I was working) but over the next few days I am going to try to rename things where appropriate.
In some cases I am considering leaving things as they are. Candidates for this:
- halo_HttpRequest
- halo_HttpResponse
- halo_ModelAndView
- halo_Dispatcher
- halo_DispatcherUtil
- halo_IController
Other suggestions are welcome. :)
If I decide to move these, I may leave them in place and deprecate them slowly over time.