CSharpFunctionalExtensions
CSharpFunctionalExtensions copied to clipboard
Visual Studio is very slow when the method chain gets to long.
My Visual Studio is very slow. Is there anyone else that have this issue?
Some method chains have 5-10 methods and the methods themselves have some small chains.
i'm very interested of using functional approach in production code @Wizzuriz raised some very important issue it would be nice to hear your thoughts about this
@Wizzuriz I'd recommend splitting up the chain in such cases.