ISeeYourMouthMovingButIDontUnderstandAWordYouAreSaying
04 May 2009Who the hell can read this sh*t?
public void LoopThroughAllTypesAndRegisterForOpenGenericsOfType(Type openGenericInterface)
or
Type closedGenericInterfaceWithParameters = openGenericInterfaceType.MakeGenericType(closedGenericInterfaceWithoutParamerters.GetGenericArguments());
From the source code to CodeCampServer specifically from /trunk/src/Infrastructure/DependencyRegistry.cs. Please also note the typing error in the second declaration.
Is this what we get for relying on keyword completion (Intellisense) too much these days?