Vadim Gritsenko wrote: > - this.reset(); > - this.init(); > + reset(); > + init();
Why do you make these changes? A long time ago, we decided that this.method() is more readable and we want to use that :) No, actually I prefer this.method() as well, but don't mind if someone writes only method(). But I think changing this back and forth is not a good idea. Carsten
