On 15/07/2008, James Ring <[EMAIL PROTECTED]> wrote:
> Hey Sebb,
>
>
> On Mon, Jul 14, 2008 at 5:08 AM, sebb <[EMAIL PROTECTED]> wrote:
> > The Hex class has a mix of static and instance methods, which is a bit
> > confusing.
> >
> > The class does not have any state at all, so all the methods
Hey Sebb,
On Mon, Jul 14, 2008 at 5:08 AM, sebb <[EMAIL PROTECTED]> wrote:
> The Hex class has a mix of static and instance methods, which is a bit
> confusing.
>
> The class does not have any state at all, so all the methods could be static.
>
> Perhaps we should consider adding static versions o
The Hex class has a mix of static and instance methods, which is a bit
confusing.
The class does not have any state at all, so all the methods could be static.
Perhaps we should consider adding static versions of the instance
methods (and have the instance methods call these), with a view to
perh