Click here to Skip to main content
15,891,864 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: web development takes too long Pin
MSBassSinger3-Sep-19 4:45
professionalMSBassSinger3-Sep-19 4:45 
GeneralRe: web development takes too long Pin
honey the codewitch3-Sep-19 4:47
mvahoney the codewitch3-Sep-19 4:47 
GeneralRe: web development takes too long Pin
MSBassSinger3-Sep-19 5:02
professionalMSBassSinger3-Sep-19 5:02 
GeneralRe: web development takes too long Pin
honey the codewitch3-Sep-19 5:04
mvahoney the codewitch3-Sep-19 5:04 
GeneralRe: web development takes too long Pin
FBR3-Sep-19 7:08
FBR3-Sep-19 7:08 
GeneralRe: web development takes too long Pin
honey the codewitch3-Sep-19 7:09
mvahoney the codewitch3-Sep-19 7:09 
GeneralRe: web development takes too long Pin
Steve Naidamast3-Sep-19 8:10
professionalSteve Naidamast3-Sep-19 8:10 
GeneralRe: web development takes too long Pin
honey the codewitch3-Sep-19 8:48
mvahoney the codewitch3-Sep-19 8:48 
I tend to agree, but then I've never liked MVC and I find it heavy handed.

Usually I just develop UI apps as kind of last mile glue, and all the important stuff is wrapped up in nice class based apis the the UI calls.

I don't care about separating content and layout and control in such an environment, although I'll concede that the web with its myriad of devices make it somewhat useful, but it's still a lot of churn to build and maintain.

MVC is useful if you're building something like Visual Studio or MS Word.

With UIs being glue I just tie whatever i need to work together, factor only as much as I have to, or as much comes naturally, and make my class libraries do all the heavy lifting.

No need for MVC. No need for huge UI frameworks. Just give me what i need.

WebForms was good at that. Its abstractions were clunky in the beginning sometimes (postback initially not working on all browsers in ASP.NET 1, etc) but they're generally just enough to be useful without being impositional.

I really liked it. HTML layout was still a pain. But then CSS is CSS and it's cranky about layouts, especially doing single screen layouts that don't scroll and require fixed heights.

I just get frustrated with it.
When I was growin' up, I was the smartest kid I knew. Maybe that was just because I didn't know that many kids. All I know is now I feel the opposite.

GeneralRe: web development takes too long Pin
Steve Naidamast4-Sep-19 6:25
professionalSteve Naidamast4-Sep-19 6:25 
GeneralRe: web development takes too long Pin
honey the codewitch4-Sep-19 6:28
mvahoney the codewitch4-Sep-19 6:28 
GeneralRe: web development takes too long Pin
Steve Naidamast4-Sep-19 6:39
professionalSteve Naidamast4-Sep-19 6:39 
GeneralRe: web development takes too long Pin
honey the codewitch4-Sep-19 6:40
mvahoney the codewitch4-Sep-19 6:40 
GeneralRe: web development takes too long Pin
Steve Naidamast4-Sep-19 7:14
professionalSteve Naidamast4-Sep-19 7:14 
GeneralRe: web development takes too long Pin
honey the codewitch4-Sep-19 7:18
mvahoney the codewitch4-Sep-19 7:18 
GeneralLaptop woes (cont.) Pin
Sander Rossel2-Sep-19 2:43
professionalSander Rossel2-Sep-19 2:43 
PraiseRe: Laptop woes (cont.) Pin
RickZeeland2-Sep-19 2:52
mveRickZeeland2-Sep-19 2:52 
GeneralRe: Laptop woes (cont.) Pin
Mark_Wallace2-Sep-19 3:19
Mark_Wallace2-Sep-19 3:19 
GeneralRe: Laptop woes (cont.) Pin
Sander Rossel2-Sep-19 4:01
professionalSander Rossel2-Sep-19 4:01 
GeneralRe: Laptop woes (cont.) Pin
Munchies_Matt2-Sep-19 3:51
Munchies_Matt2-Sep-19 3:51 
GeneralRe: Laptop woes (cont.) Pin
Sander Rossel2-Sep-19 4:02
professionalSander Rossel2-Sep-19 4:02 
GeneralRe: Laptop woes (cont.) Pin
kalberts2-Sep-19 22:20
kalberts2-Sep-19 22:20 
GeneralRe: Laptop woes (cont.) Pin
Munchies_Matt2-Sep-19 3:53
Munchies_Matt2-Sep-19 3:53 
GeneralRe: Laptop woes (cont.) Pin
Sander Rossel2-Sep-19 4:03
professionalSander Rossel2-Sep-19 4:03 
GeneralRe: Laptop woes (cont.) Pin
Rage2-Sep-19 4:37
professionalRage2-Sep-19 4:37 
GeneralRe: Laptop woes (cont.) Pin
BillWoodruff2-Sep-19 10:58
professionalBillWoodruff2-Sep-19 10:58 

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.