0
votes
Are there established alternatives to ISomething/ ISomethingable for interfaces?
You asked for an alternative, so here is one I have encountered:
Use no prefix on the interface class, but use a c or C prefix on the corr …
