Subject: Module or Class Style?
From: Henry Maddocks <henryj paradise.net.nz>
Date: Mon, 9 Jan 2006 19:08:25 +0900
References: 174773
In-reply-to: 174773
I have some code that I'm thinking of releasing into the wild. It is
a single 'module' consisting of 4 classes. I was wondering what the
preferred method of grouping classes is. Should I wrap them in a
module or a class or ...?