Closed muhmuhhum closed 3 years ago
It would be great if all Interfaces could start with a cappital I to be compatibel to the dotnet base classes. public interface State would change to public interface IState
public interface State
public interface IState
I find it hard to navigate in the code without this
Not happening.
It would be great if all Interfaces could start with a cappital I to be compatibel to the dotnet base classes.
public interface State
would change topublic interface IState
I find it hard to navigate in the code without this