|
|
|
|
|
by JanJansen
4916 days ago
|
|
I work on a pretty huge C# code base. Use of LINQ is the least of it's problems. If anything I'd say one problem is people not knowing about things like lambda expressions, linq, generics or whatever. It can really make code harder to parse when it's written in ways that don't take advantage of the full power of the platform. |
|
List<List<Tuple<int, Dictionary<string, object>, string>>>