
30 Sep
2005
30 Sep
'05
9:57 a.m.
"Andy Little" <andy@servocomm.freeserve.co.uk> wrote
5 Must use main as an entry point. Seems trivial but affects how lightweight a GUI application is. Lightweight is good!
Separation of the GUI from main may be reminscent of model-view-controller architecture. Here main represents model. GUI represents view-controller. Just a thought. regards Andy Little