Member-Ignoring Method

Context

Implementation

Affects

Efficiency

Problem

Non-static methods that don't access any property.

Refactorings

Introduce Static Method

Resolves

Efficiency

Affects

Solution

Make the method static.

Links

Related