szabototo89 / CodeSharper

Refactoring tool, written in C# and using TDD for developing
1 stars 0 forks source link

Bug: Constraints visibility should be internal #22

Closed szabototo89 closed 9 years ago

szabototo89 commented 9 years ago

Constraints visibility should be internal:

internal static class Constraints
internal interface IConstraint
... etc.
szabototo89 commented 9 years ago

This could be a good idea, but later it will be separated to another assembly, so visibility of these class remains public.