local members are more preferrable than global static ones

This commit is contained in:
peter
2012-06-28 20:17:02 +02:00
parent 46a4ea1c5a
commit f8d1f220b8
9 changed files with 111 additions and 94 deletions
@@ -0,0 +1,7 @@
class Util {
void foox() {
int fooy;
foo<caret>
}
}