Simon Kennedy
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created Is this code actually redundant?
AnsweredWe had introduced code like this: if (response != null && response.Success && response.Result is bool == true) Resharper marks the ' == true' as redundant but is this actually true? I would have ...