Skip to content

Reduce complexity in ExpireOrderJob

Problem

A Code Climate report (attached here) has identified complexity problems in the ExpireOrderJob class.

Screenshot_2024-08-23_at_4.45.23_PM

Proposal

Let's break up the perform method in this class into logical parts to reduce cognitive complexity.

Edited by Tyler Amos