show/hide this revision's text 2 Corrected my poor grammar

Yes, it does just save code. It's miles easier to read when you have loads of them. There They're quicker to write and easier to maintain. Saving code is always a good goal.

You can set different scopes:

Public string PropertyName { get; private set; }

So you don't lose any functionality.

show/hide this revision's text 1

Yes, it does just save code. It's miles easier to read when you have loads of them. There quicker to write and easier to maintain. Saving code is always a good goal.

You can set different scopes:

Public string PropertyName { get; private set; }

So you don't lose any functionality.