Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Check: Observer Pattern

asburyk edited this page Feb 15, 2024 · 4 revisions

Name

"observerPattern"

Configuration

Name Type Description
obsInterface boolean Specifies whether to check for interface subjects. Defaults to true.
obsAbstract boolean Specifies whether to check for abstract class subjects. Defaults to true.
obsConcrete boolean Specifies whether to check for patterns with only a concrete subject, and no abstract subject

Description

Iterates over every class, and checks to see if that class belongs to an observer pattern. Configuration parameters determine which "versions" of the observer pattern to use

Clone this wiki locally