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.
