$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Andy Little (andy_at_[hidden])
Date: 2005-09-30 04:57:05
"Andy Little" <andy_at_[hidden]> 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