Closed gep13 closed 10 years ago
@NathanGloyn Thoughts?
I have to say I'm not a fan of using this
throughout a class, what value do you see using it gives over it not being used?
I have to say I'm not a fan of using this throughout a class, what value do you see using it gives over it not being used?
Simply that is specifies the scope of the variable that you are consuming. I much prefer using this
as opposed to using _
to suffix variables defined at the class scope.
I guess it is a personal preference, but it is one that has stuck around since enabling StyleCop on work projects.
@NathanGloyn were did we get to with this? Are you happy to proceed with StyleCop rules in place, or you wanting to turn that off?
@NathanGloyn ok, let me know what you think.
Also, I am happy for you to rebase this PR, to get rid of the merge conflict, if you want to.
@NathanGloyn this will need to get fixed:
Or overridden.
Going to close this PR, and looks like something has went quite horribly wrong, and I can't get it to merge back into develop. Will create a fresh branch and PR from there.