use of static method/variables in the codebase
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 interaction between different components etc. cheers asif
Re: use of static method/variables in the codebase
The best I can come up with gdusbabek's talk from the cassandra summit. slides: http://www.slideshare.net/gdusbabek/getting-to-know-the-cassandra-codebase video: http://blip.tv/file/4015751 On Wed, Sep 8, 2010 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 when you want to follow the interaction between > different components etc. > > cheers > > asif > > > > >
Re: use of static method/variables in the codebase
thanks a million asif On Sep 8, 2010, at 10:32 AM, roger schildmeijer wrote: The best I can come up with gdusbabek's talk from the cassandra summit. slides: http://www.slideshare.net/gdusbabek/getting-to-know-the-cassandra-codebase video: http://blip.tv/file/4015751 On Wed, Sep 8, 2010 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 when you want to follow the interaction between different components etc. cheers asif