V034 - Interface method added
May 25, 2015 ยท View on GitHub
- Code: V034
- Level: MAJOR
- Rule: Interface method added
Description
Adding a method to an interface that is used by client's code will require that client code to be updated in order to work properly. Until then, that code is broken and will not execute.
- [MAJOR] Makes incompatible API changes