Click here to Skip to main content
15,913,211 members

The Insider News

   

The Insider News is for breaking IT and Software development news. Post your news, your alerts and your inside scoops. This is an IT news-only forum - all off-topic, non-news posts will be removed. If you wish to ask a programming question please post it here.

Get The Daily Insider direct to your mailbox every day. Subscribe now!

 
NewsWho Has Your Back? 2014: Protecting Your Data From Government Requests Pin
Kent Sharkey15-May-14 9:51
staffKent Sharkey15-May-14 9:51 
NewsFacebook: MVC does not scale, use Flux instead Pin
Kent Sharkey15-May-14 8:47
staffKent Sharkey15-May-14 8:47 
GeneralRe: Facebook: MVC does not scale, use Flux instead Pin
Duncan Edwards Jones15-May-14 8:59
professionalDuncan Edwards Jones15-May-14 8:59 
GeneralRe: Facebook: MVC does not scale, use Flux instead Pin
Jeremy Falcon15-May-14 10:25
professionalJeremy Falcon15-May-14 10:25 
GeneralRe: Facebook: MVC does not scale, use Flux instead Pin
CatchExAs15-May-14 10:57
professionalCatchExAs15-May-14 10:57 
GeneralRe: Facebook: MVC does not scale, use Flux instead Pin
Marc Clifton15-May-14 11:04
mvaMarc Clifton15-May-14 11:04 
GeneralRe: Facebook: MVC does not scale, use Flux instead Pin
Jeremy Falcon15-May-14 12:10
professionalJeremy Falcon15-May-14 12:10 
GeneralRe: Facebook: MVC does not scale, use Flux instead Pin
Marc Clifton16-May-14 9:20
mvaMarc Clifton16-May-14 9:20 
Jeremy Falcon wrote:
Was it bidirectional?


Well, with WPF / MVC, things are a mess. The view can update the model because you want the property changed event to trigger, for example.

The clarity that we achieved is that view has its view-model and can do anything within that limited scope -- it owns it's own domain, if you will. However, anything that affects the model that the rest of the world sees goes through the dispatcher (which can be property change events but is usually a button click event or some external thing like a card swipe, bill acceptor read, or some device erroring out.)

That was the theory. In reality, it was simpler to allow the view to update the model and thus it was bidirectional. But that's because certain fields, like zipcode, seemed ridiculous to go through and action->dispatcher->store sequence to update something that was exclusively informational.

Marc
GeneralRe: Facebook: MVC does not scale, use Flux instead Pin
Jeremy Falcon16-May-14 12:12
professionalJeremy Falcon16-May-14 12:12 
GeneralRe: Facebook: MVC does not scale, use Flux instead Pin
Marc Clifton17-May-14 2:05
mvaMarc Clifton17-May-14 2:05 
GeneralRe: Facebook: MVC does not scale, use Flux instead Pin
Jeremy Falcon17-May-14 3:49
professionalJeremy Falcon17-May-14 3:49 
GeneralRe: Facebook: MVC does not scale, use Flux instead Pin
Marc Clifton17-May-14 9:34
mvaMarc Clifton17-May-14 9:34 
GeneralRe: Facebook: MVC does not scale, use Flux instead Pin
Jeremy Falcon19-May-14 4:50
professionalJeremy Falcon19-May-14 4:50 
NewsWindows 8 is the most secure version yet: here’s why Pin
Kent Sharkey15-May-14 8:03
staffKent Sharkey15-May-14 8:03 
GeneralRe: Windows 8 is the most secure version yet: here’s why Pin
Jeremy Falcon15-May-14 8:14
professionalJeremy Falcon15-May-14 8:14 
GeneralRe: Windows 8 is the most secure version yet: here’s why Pin
Kent Sharkey15-May-14 8:20
staffKent Sharkey15-May-14 8:20 
GeneralRe: Windows 8 is the most secure version yet: here’s why Pin
Jeremy Falcon15-May-14 8:30
professionalJeremy Falcon15-May-14 8:30 
GeneralRe: Windows 8 is the most secure version yet: here’s why Pin
Rob Grainger18-May-14 23:04
Rob Grainger18-May-14 23:04 
GeneralRe: Windows 8 is the most secure version yet: here’s why Pin
Eddy Vluggen15-May-14 8:16
professionalEddy Vluggen15-May-14 8:16 
NewsAdobe offers free font to celebrate 25 years of digital type design Pin
Kent Sharkey15-May-14 7:45
staffKent Sharkey15-May-14 7:45 
GeneralRe: Adobe offers free font to celebrate 25 years of digital type design Pin
Christopher Shields15-May-14 8:00
Christopher Shields15-May-14 8:00 
GeneralRe: Adobe offers free font to celebrate 25 years of digital type design Pin
Jeremy Falcon15-May-14 8:11
professionalJeremy Falcon15-May-14 8:11 
NewsFor Microsoft, going backwards is the new forwards, but that's ok Pin
Kent Sharkey15-May-14 7:44
staffKent Sharkey15-May-14 7:44 
NewsMicrosoft reveals new Office features available only in the cloud Pin
Kent Sharkey14-May-14 13:10
staffKent Sharkey14-May-14 13:10 
GeneralRe: Microsoft reveals new Office features available only in the cloud Pin
Ron Anders14-May-14 13:33
Ron Anders14-May-14 13:33 

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.