Browse by Tags
All Tags »
Evil (RSS)
Sorry, but there are no more tags available to filter with.
Just had a random thought while I was looking at some code today. It’s yet another argument in the case sensitive vs. case insensitive language battle. Do you really want this to be able to compile? class C1 { int M1; int m1; } Yes it’s an
Read More...