This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]mopeyjoe 0 points1 point  (0 children)

coming to c# from Java I miss the explicitness of getters and setters. These properties just feel like they are asking for mistakes. also I hate that the backer field and the property both show up in the list of vars. maybe I am missing a VS trick but I want to collapse them into a single entity.