espeholt_jr
| Forum | Thread | Replies | Latest activity |
|---|---|---|---|
| Tech Off | Custom XML in Word - Working with tables | 1 | Feb 28, 2008 at 4:02 AM |
| Tech Off | named parameter method calls in C# | 9 | May 26, 2007 at 4:50 AM |
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
| Forum | Thread | Replies | Latest activity |
|---|---|---|---|
| Tech Off | Custom XML in Word - Working with tables | 1 | Feb 28, 2008 at 4:02 AM |
| Tech Off | named parameter method calls in C# | 9 | May 26, 2007 at 4:50 AM |
Erik Meijer and Gilad Bracha: Dart, Monads, Continuations, and More
Oct 24, 2012 at 12:59 AM@Chris: An in-practice example of the duplication you're talking about can actually be found in the visitor pattern in the Dart compiler (first 80 lines):
http://code.google.com/p/dart/source/browse/trunk/dart/lib/compiler/implementation/tree/nodes.dart
Of course, because it's a dynamic language with optional typing you don't have to mention the type 2 times.