in reply to User Interfaces
The best way to do any sort of problem that might have a graphical interface is to remove as much of the non-GUI-based logic from the code into a module, and then write GUI code that uses that module; this way, if you write a QT app and I'd like to make a GTK version, I don't have to play around with your logic, only do the necessary 'mapping' of GUI elements.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: User Interfaces
by Reverend Phil (Pilgrim) on May 02, 2001 at 00:06 UTC | |
by jeroenes (Priest) on May 02, 2001 at 15:35 UTC | |
|
Re: Re: User Interfaces
by petesmiley (Friar) on May 01, 2001 at 22:36 UTC |