How Does Differential Execution Work?

Posted by Brian on Stack Overflow See other posts from Stack Overflow or by Brian
Published on 2008-12-16T16:49:50Z Indexed on 2010/06/05 16:12 UTC
Read the original article Hit count: 218

I've seen a few mentions of this on SO, but staring at Wikipedia and at an MFC dynamic dialog demo did nothing to enlighten me. Can someone please explain this? Learning a fundamentally different concept sounds nice.

Edit: I think I'm getting a better feel for it. I guess I just didn't look at the source code carefully enough the first time. I have mixed feelings about DE at this point. On the one hand, it can make certain tasks considerably easier. On the other hand, getting it up and running (i.e. setting it up in your language of choice) is not easy (I'm sure it would be if I understood it better)...though I guess the toolbox for it need only be made once, then expanded as necessary. I think in order to really understand it, I'll probably need to try implimenting it in another language.

© Stack Overflow or respective owner

Related posts about mvc

Related posts about language-agnostic