Re: [CODEC] Hex class confusing mix of static and instance methods

2008-07-15 Thread sebb
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

Re: [CODEC] Hex class confusing mix of static and instance methods

2008-07-14 Thread James Ring
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

[CODEC] Hex class confusing mix of static and instance methods

2008-07-14 Thread sebb
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