interfaces should use Interface suffix
shrink0r opened this issue · 0 comments
shrink0r commented
At the moment we are marking interface by prefixing them with an 'I' as IAccessable.
In the community using a suffix 'Interface' instead of a prefix is becoming more and more popular and already is standard for symfony apps. We should adapt the convention to make it easier for other developer to access the library and read the code etc.