Laurent Baj
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created why does resharper suggest making data structures more generic?
I notice, in methods, that when I use specific datastructures (such as a List) that Rider suggests that I use a more generic alternatives. In my case I typically want my methods to return a List an...