Search Results

19
votes

Are variable prefixes ( Hungarian ) really necessary anymore?

The only places I see fit to bend the standards and prefix variables: control names: txtWhatever - and I see I'm not the only one. The nice thing is that you can come …
2
votes

Are there any reasons not to use “this” (”Self”, “Me”, …)?

I personally find that this.whatever is less readable. You may not notice the difference in a 2-line method, but wait until you get this.variable and this.othervaria …