![]() |
![]() |
![]() |
Books on GUI app architecture? Does anyone know of a book on design of GUI applications? Not on user interface design, but on the design of the code behind it. Something that goes into MVC in a bit more depth than a passing mention ;)
Mike Swieton
Up-front note: The references I'm going to give you are very Macintosh-biased. That's because they're for people learning Mac OS X development. But you'll find the concepts very useful regardless of what language, framework, and platform you're developing for. I learned Objective-C and the OpenStep (now Cocoa) framework in mid-1997. Learning them made me a much better developer even while I was still working in C++ with the PowerPlant framework, because they cleared up a lot of exactly this kind of issue for me.
Chris Hanson
You may want to take a look at the online book and some of the tutorials at Relisoft ( http://www.relisoft.com/ ). Specifically, look at the chapter on "Windows Techniques" here: http://www.relisoft.com/book/index.htm
Brian
http://www.welie.com/patterns/gui/ ("GUI Design patterns") might be a good starting point, and also their link list at http://www.welie.com/patterns/literature.html
Martin Dittus
Thanks for your responses, everyone. I'll check it out.
Mike Swieton
|