andrewabest / Conventional

A suite of convention specifications for enforcing type and style conventions in your codebase
Microsoft Public License
97 stars 29 forks source link

Immutable => MustNotHaveSetters #65

Closed andrewabest closed 5 years ago

andrewabest commented 5 years ago

Addresses the issues discussed in #61

Also introduces a new PropertyConventionSpecification abstraction to remove a bunch of code duplication between property-related conventions.