Hello everybody
I strongly try to follow general rules in coding styles. But when i look at .NET, i see that some of classes doesn't match PascalCasing rules. One of them is Hashtable
and the other one which i remember is Stopwatch
. I think there are more which i don't remember them.
Is there a reason to leave PascalCasing rules for those classes ?