Re: use of static method/variables in the codebase

2010-09-08 Thread Asif Jan
10 at 10:11 AM, Asif Jan wrote: Hi Being a novice to the cassandra project, I have a question. I see a lots of code in cassandra uses static methods/members. Was/Is this a design choice ? The only implication for users like me is that it is slightly difficult to debug the code specially

use of static method/variables in the codebase

2010-09-08 Thread Asif Jan
Hi Being a novice to the cassandra project, I have a question. I see a lots of code in cassandra uses static methods/members. Was/Is this a design choice ? The only implication for users like me is that it is slightly difficult to debug the code specially when you want to follow the in