Rename Controller to SpotsController
zenangst opened this issue · 3 comments
I've been thinking a lot of about naming lately and I sort of think that renaming SpotsController
to Controller
was a bit of a mistake. SpotsController
is a lot clearer than Controller
and it is probably exactly what you would assume that the controller would be named if you are new to the framework.
So... I propose that we rename it (yet again) to SpotsController
.
This would reduce the use of the module namespace and increase discoverability.
Probably a good thing to do in the 6.0.0
as we are breaking a lot of other things 😎
@zenangst Last time we changed that because we want "everything" to be namespace, but I have to agree it may take sometime for newcomer to use Spots.Controller
. So I think we should go back to SpotsController
Fixed! 😁