Friday Pub Code Review Session ( provide your own beer :)

I have not been using static methods/classes other than for implementing
extension methods, so I had to wonder what am I missing in that department?
The reason for asking this type of questions is to get some sort of inkling
for canonical methods being employed for development.

Of course the reason for not using static is not have instance methods, but
when does that becomes usefull? ( Other than utility functions that one
does not know where to put them e.g. Math.Max should really belong to
int,double,  or any class that implement IComparable ) but calling Math.Max
seems to be easier.

Please criticise as you want, it is Friday after all!

regards

Arjang

Reply via email to