Matt B

- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Edited When invoking a method: optionally automatically fill in all arguments & create local variables for them.
As the architecture in our C# code-base develops, method-calls are growing in size. Initially we had simple methods like someObject.SomeMethod(int someNumber, double someDouble); Now we can have 20...