Click here to Skip to main content
15,885,044 members
Articles / Programming Languages / C#

Asymmetric Property anti-pattern

Rate me:
Please Sign up or sign in to vote.
3.45/5 (11 votes)
6 Jan 2016Ms-RL2 min read 15.5K   1  
Property is a simple idea, but like many others can be misused. This tip describes asymmetric property anti-pattern and shows why properties should be symmetric to be maintainable and intuitive.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under Microsoft Reciprocal License


Written By
Poland Poland
I’m a full stack developer specialized in design and implementation of web portals using Microsoft technology stack (ASP.NET, ASP.NET MVC, C#, Entity Framework). I put emphasis on SOLID craftsmanship and strive to keep my code clean. Because I know how expensive technical debt can be. Because I understand my job is not to write code, but to solve problems. Because I want to help people to be more effective through the software.

Comments and Discussions