
7 Jan
2005
7 Jan
'05
9:24 p.m.
----- Original Message ----- From: "David Abrahams" <dave@boost-consulting.com>
christopher diggins wrote:
I am trying to describe a way to write a C++ program by packaging the entire thing (entry point, global functions, global variable) in a single object.
Why? Monolithic designs are seldom a good idea.
All Java and C# programs package global data in a single class, so I don't see a problem with so-called "monolithic" designs. In hind sight there is no reason to require that the global data and functions are in the class, as long as one is uses namespaces conscientiously Christopher Diggins