Prefixes and Suffixes Do Not Belong in Interface Names
> Using the I prefix or Interface suffix for interfaces, as well as Abstract for abstract classes, is an anti-pattern.
blog.nette.org/en/prefixes-and…
#php
Prefixes and Suffixes Do Not Belong in Interface Names
Using the I prefix or Interface suffix for interfaces, as well as Abstract for abstract classes, is an anti-pattern. It has no place in clean code.Nette Blog