Click here to Skip to main content
15,918,003 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Progress with MVC Pin
User 1013254613-Apr-15 4:21
User 1013254613-Apr-15 4:21 
GeneralRe: Progress with MVC Pin
Marc Clifton13-Apr-15 4:31
mvaMarc Clifton13-Apr-15 4:31 
GeneralRe: Progress with MVC Pin
User 1013254613-Apr-15 4:42
User 1013254613-Apr-15 4:42 
GeneralRe: Progress with MVC Pin
Bergholt Stuttley Johnson13-Apr-15 4:56
professionalBergholt Stuttley Johnson13-Apr-15 4:56 
GeneralRe: Progress with MVC Pin
User 1013254613-Apr-15 5:05
User 1013254613-Apr-15 5:05 
GeneralRe: Progress with MVC Pin
Bergholt Stuttley Johnson13-Apr-15 5:36
professionalBergholt Stuttley Johnson13-Apr-15 5:36 
GeneralRe: Progress with MVC Pin
User 1013254613-Apr-15 5:46
User 1013254613-Apr-15 5:46 
GeneralRe: Progress with MVC Pin
Bergholt Stuttley Johnson14-Apr-15 21:28
professionalBergholt Stuttley Johnson14-Apr-15 21:28 
I can see what you are getting at I think, firstly still not sure why you need a new controller for each view? if its only initialization then you can put them all in one controller, unless you are calling the views the same name!

whist I can see that three lines of code repeated numerous times may seem like a silly overhead, these three lines are initialising the MVC process, think of it as similar to initialising a variable, you do that hundreds of times too but accept that as part of the process.

as for updating well that is how things work, if you object to that then don't use MVC if you want the flexibility of MVC then you accept that its compiled and will need recompiling when you change code, if you don't want that then use a scripting language and HTML
You cant outrun the world, but there is no harm in getting a head start

Real stupidity beats artificial intelligence every time.

GeneralRe: Progress with MVC Pin
User 1013254614-Apr-15 22:30
User 1013254614-Apr-15 22:30 
GeneralRe: Progress with MVC Pin
Bergholt Stuttley Johnson14-Apr-15 22:47
professionalBergholt Stuttley Johnson14-Apr-15 22:47 
GeneralRe: Progress with MVC Pin
User 1013254614-Apr-15 23:05
User 1013254614-Apr-15 23:05 
GeneralRe: Progress with MVC Pin
Kevin Marois13-Apr-15 4:52
professionalKevin Marois13-Apr-15 4:52 
GeneralRe: Progress with MVC Pin
User 1013254613-Apr-15 4:58
User 1013254613-Apr-15 4:58 
GeneralRe: Progress with MVC Pin
Vark11113-Apr-15 7:57
Vark11113-Apr-15 7:57 
GeneralRe: Progress with MVC Pin
User 1013254613-Apr-15 8:04
User 1013254613-Apr-15 8:04 
GeneralRe: Progress with MVC Pin
Vark11113-Apr-15 8:06
Vark11113-Apr-15 8:06 
GeneralRe: Progress with MVC Pin
User 1013254613-Apr-15 8:14
User 1013254613-Apr-15 8:14 
GeneralRe: Progress with MVC Pin
Vark11113-Apr-15 8:23
Vark11113-Apr-15 8:23 
GeneralRe: Progress with MVC Pin
User 1013254613-Apr-15 8:30
User 1013254613-Apr-15 8:30 
GeneralRe: Progress with MVC Pin
Bergholt Stuttley Johnson13-Apr-15 5:02
professionalBergholt Stuttley Johnson13-Apr-15 5:02 
GeneralRe: Progress with MVC Pin
Bergholt Stuttley Johnson13-Apr-15 4:16
professionalBergholt Stuttley Johnson13-Apr-15 4:16 
GeneralRe: Progress with MVC Pin
User 1013254613-Apr-15 4:22
User 1013254613-Apr-15 4:22 
GeneralRe: Progress with MVC Pin
Bergholt Stuttley Johnson13-Apr-15 4:27
professionalBergholt Stuttley Johnson13-Apr-15 4:27 
GeneralRe: Progress with MVC Pin
User 1013254613-Apr-15 4:30
User 1013254613-Apr-15 4:30 
GeneralRe: Progress with MVC Pin
Bergholt Stuttley Johnson13-Apr-15 4:40
professionalBergholt Stuttley Johnson13-Apr-15 4:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.