Scott Dorman
Scott Dorman
That's my point, Jim. Differentiating only by case wouldn't work for languages like VB, which are case insensitive. The guidelines right now are very generic in nature and are .NET...
@thoemmi: Distinguishing between local variables and class variables shouldn't be an issue. Local variables can't be prefixed with "this". As for "easier code in constructors", I prefer the `this.param =...
Has anyone had a chance to look at this yet?
This could also be useful/part of the implementation for https://github.com/dotnet/csharplang/issues/133.
@jnm2 What does this add to #259? I see these as being the same. What am I missing?
This would be very useful for me as well. I have different files for each of the "top level" sections, but I'd like to have the TOC show all of...
I didn't really know where it belonged. I put it here since that's where the AppSettings class pretty much ended up (which also isn't directly control related). I'm good with...
Cool approach. Had that post been out last month when I wrote my class, I probably wouldn't have written it. I'm good with whatever namespace you both feel makes the...
Always more than one way to solve a problem. :) would have been nice if we didn't have to solve this problem in the first place but the fact that...
I'm probably a bit biased, but I do feel this adds value above the alias approach for several reasons: 1. I always forget that I can do that as well,...