Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 386 Bytes

V034.md

File metadata and controls

15 lines (9 loc) · 386 Bytes

V034 - Interface method added

  • 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

Examples

Go back to ruleset