Skip to content

Conversation

@mjbvz
Copy link
Contributor

@mjbvz mjbvz commented Jun 10, 2016

Bug
Small code annoyance: in the debugger we have a lot of boilerplate code to implement readonly properties by using a readonly member backing.

Fix
Just use readonly member values for this pattern. We already do this in a number of places in debugger. Also, marked some of these classes as sealed.

This make the code briefer and reduces duplication, making updates and understanding easier.

**Bug**
Small code annoyance: in the debugger we have a lot of boilerplate code to implement readonly properties.

**Fix**
Just use readonly member values for this pattern. We already do this in a number of places in debugger.
@mjbvz mjbvz merged commit 43a1953 into microsoft:master Jul 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants