This week’s most horrifying code


And the winner of this week’s most horrifying code goes to this snippet:

Dictionary<string, Dictionary<GeoDirection, Dictionary<bool, List<Route>>>> routes = new Dictionary<string, Dictionary<GeoDirection, Dictionary<bool, List<Route>>>>();

Generic, eh.