Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

5
  • Someone trying to understand whether this is e.g. a winforms label or a WPF label. Commented Mar 16, 2011 at 14:45
  • 14
    @Steven Jeuris: that's usually a known context information. If not, you are approaching the code in a wrong way. Commented Mar 16, 2011 at 14:58
  • Someone who wants to know whether it is a default WPF label or some custom label then? :) Commented Nov 9, 2011 at 21:24
  • 14
    1. Should that person really care, so long as it's a label with a Text property? 2. If this is one of the rare cases that they REALLY DO have a good reason to care, ask Intellisense. 3. If they're editing code in an IDE without Intellisense, they probably have way bigger inconveniences than 'var' :) Commented Nov 10, 2011 at 20:12
  • 4
    Someone with a poor sense of abstraction. Commented May 10, 2013 at 18:39