David Mercer

Results 3 comments of David Mercer

Meh. I don't really see much gain from this purely syntactic sugar change. The lack of an async Main may have been an oversight, but this solution doesn't resolve the...

This would be cool. I currently use the following to handle this: ```c# public static string SelectVerbByQuantity( int quantity, string singular, string plural ) => quantity == 1 ? singular...

Just spent half an hour trying left-click, right-click, click on different parts of the line, Cmd-Shift-P looking for how to add a comment to a line that someone else had...