|
Post Made Community Wiki by Marc Gravell♦
|
||||
|
|
||||
|
3 | added 45 characters in body | ||
|
The most likely time you'll need this is for anonymous types (where it is 100% required); but it also avoids repetition for the trivial cases, and IMO makes the line clearer. I don't need to see the type twice for a simple initialization. For example:
(please don't edit the hscroll in the above - it kinda proves the point!!!) vs:
There are, however, occasions when this is misleading, and can potentially cause bugs. Be careful using
|
||||
|
2 | removed hscroll | ||
|
The most likely time you'll need this is for anonymous types (where it is 100% required); but it also avoids repetition for the trivial cases, and IMO makes the line clearer. I don't need to see the type twice for a simple initialization. For example:
vs:
There are, however, occasions when this is misleading, and can potentially cause bugs. Be careful using
|
||||
|
1 |
|
||
