Skip to main content

Anti-patterns

Anti-patterns configuration is described here.

Available anti-patterns:

  • Long Method

    Long blocks of code are difficult to reuse and understand because they are usually responsible for more than one thing.

  • Long Parameter List

    Long parameter lists are difficult to understand and use.