Click here to Skip to main content
15,887,027 members

The Weird and The Wonderful

   

The Weird and The Wonderful forum is a place to post Coding Horrors, Worst Practices, and the occasional flash of brilliance.

We all come across code that simply boggles the mind. Lazy kludges, embarrassing mistakes, horrid workarounds and developers just not quite getting it. And then somedays we come across - or write - the truly sublime.

Post your Best, your worst, and your most interesting. But please - no programming questions . This forum is purely for amusement and discussions on code snippets. All actual programming questions will be removed.

 
GeneralRe: TIL Pin
Sander Rossel9-Feb-17 10:29
professionalSander Rossel9-Feb-17 10:29 
GeneralRe: TIL Pin
CDP180216-Feb-17 2:16
CDP180216-Feb-17 2:16 
GeneralRe: TIL Pin
Sander Rossel16-Feb-17 3:57
professionalSander Rossel16-Feb-17 3:57 
GeneralRe: TIL Pin
CDP180216-Feb-17 4:04
CDP180216-Feb-17 4:04 
GeneralMVVM Pin
Bernhard Hiller1-Feb-17 4:21
Bernhard Hiller1-Feb-17 4:21 
GeneralRe: MVVM Pin
Pete O'Hanlon1-Feb-17 5:57
mvePete O'Hanlon1-Feb-17 5:57 
GeneralRe: MVVM Pin
kdmote2-Feb-17 5:09
kdmote2-Feb-17 5:09 
GeneralRe: MVVM Pin
Gerry Schmitz2-Feb-17 6:12
mveGerry Schmitz2-Feb-17 6:12 
The "justification" of these patterns had a lot to do with the notion that we could have "visual designers" (who "can't program") and programmers (who "can't design UI's") work together to create an application.

The visual designers create the "views" (i.e. using Blend); the programmers create the view-models and models; and everything magically comes together.

In reality, the visual designers do their own thing using PhotoShop; using features that won't import into Blend; and having no appreciation for the "patterns" that have been established by the MVVM community; i.e. simplistic LOB (line-of-business) CRUD views (create; read; update; delete).

So, MVVM adherence is directly proportional to the numbers of developers on a project, the simplicity of the (LOB) app, and the fanaticism of whomever is the resident MVVM champion (if there is one).

(There is a reason why the many galleries of MSDN programming examples only feature MVVM as another "example": because they are not "typical").
"(I) am amazed to see myself here rather than there ... now rather than then".
― Blaise Pascal


modified 2-Feb-17 12:19pm.

GeneralRe: MVVM Pin
Pete O'Hanlon2-Feb-17 6:25
mvePete O'Hanlon2-Feb-17 6:25 
GeneralRe: MVVM Pin
kdmote2-Feb-17 7:46
kdmote2-Feb-17 7:46 
GeneralRe: MVVM Pin
Dominic Burford14-Feb-17 2:58
professionalDominic Burford14-Feb-17 2:58 
GeneralRe: MVVM Pin
Pete O'Hanlon14-Feb-17 4:29
mvePete O'Hanlon14-Feb-17 4:29 
GeneralRe: MVVM Pin
Dominic Burford14-Feb-17 5:47
professionalDominic Burford14-Feb-17 5:47 
GeneralRe: MVVM PinPopular
Clifford Nelson1-Feb-17 6:59
Clifford Nelson1-Feb-17 6:59 
GeneralRe: MVVM Pin
Bernhard Hiller1-Feb-17 21:09
Bernhard Hiller1-Feb-17 21:09 
GeneralRe: MVVM Pin
Sander Rossel1-Feb-17 12:53
professionalSander Rossel1-Feb-17 12:53 
GeneralRe: MVVM Pin
johannesnestler1-Feb-17 22:11
johannesnestler1-Feb-17 22:11 
GeneralRe: MVVM PinPopular
mbb011-Feb-17 23:18
mbb011-Feb-17 23:18 
GeneralRe: MVVM Pin
Member 113540342-Feb-17 12:06
Member 113540342-Feb-17 12:06 
GeneralRe: MVVM Pin
Brady Kelly2-Feb-17 2:55
Brady Kelly2-Feb-17 2:55 
GeneralRe: MVVM Pin
Gerry Schmitz2-Feb-17 5:57
mveGerry Schmitz2-Feb-17 5:57 
GeneralRe: MVVM Pin
Arlo Weston3-Feb-17 0:49
Arlo Weston3-Feb-17 0:49 
GeneralRe: MVVM Pin
Dennis_E13-Feb-17 22:37
professionalDennis_E13-Feb-17 22:37 
GeneralRe: MVVM Pin
Nelek14-Feb-17 7:23
protectorNelek14-Feb-17 7:23 
GeneralRe: MVVM Pin
YaakovF23-Feb-17 2:50
YaakovF23-Feb-17 2:50 

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.