An MVC concern
-
I noticed in one of my professor's MVC Java programming projects he put a Controller class inside a model package. Is it true that in MVC often people use just MV and don't bother with the C because they don't think it's worth creating another layer just for a couple of extra classes? It seemed illogical to me to put a controller inside a model package.
-
I noticed in one of my professor's MVC Java programming projects he put a Controller class inside a model package. Is it true that in MVC often people use just MV and don't bother with the C because they don't think it's worth creating another layer just for a couple of extra classes? It seemed illogical to me to put a controller inside a model package.
CsTreval wrote:
Java
What has this got to do with C#? :confused:
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
I noticed in one of my professor's MVC Java programming projects he put a Controller class inside a model package. Is it true that in MVC often people use just MV and don't bother with the C because they don't think it's worth creating another layer just for a couple of extra classes? It seemed illogical to me to put a controller inside a model package.
-
CsTreval wrote:
Java
What has this got to do with C#? :confused:
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer