
19 Mar
2007
19 Mar
'07
9:56 a.m.
On Mon, 19 Mar 2007, Fawzi Mohamed wrote:
A practice I've seen a lot in small- to mid-sized programs is to have a Types module that contains definitions of the types used in the program.
ok I will think about it
I'd avoid that and suggest a more decentralized design, where each module contributes one main type and according functions.