Steven Coco
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
-
-
-
-
Steven Coco created a post, Mind-Bending Null-Check in Comparison Evaluation Can Be Improved
I have just noticed that nullables used in a comparison can be further checked to eliminate a false warning: Where `Value` is `double?`: double? priorValue = Value; Value = null; // ... (... -
Steven Coco created a post, Possible to implement a simple "Break Early, Break Often" Formatting rule? (TM)
I do not see this happening in the XAML formatting (or technically, in the XML formatting); and so it seems to be a valid request for at least that editor. But in general it's a simple rule, and I'...