Re: Please use wxWidgets



Gerry Quinn wrote:

> MFC code is mostly about user interface - unit tests have little
> relevance. But in any case, your vaguely-remembered attempts to misuse
> a technology about which you plainly know little don't justify your
> incorrect claims about it.

So I was correct that you have not tried to write unit tests with MFC. I
have, because I research how to write unit tests for user interfaces. They
are as important as any other logical code, and GUI code should not
implement via code-and-fix.

MFC's coupling is a nightmare that prevents you from creating objects in
isolation.

--
Phlip
http://www.greencheese.org/ZeekLand <-- NOT a blog!!!


.