Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 437 Bytes

Airbnb-FactoryAttrReferencesClass.md

File metadata and controls

11 lines (6 loc) · 437 Bytes

Pattern: Missing use of attr { CONST }

Issue: -

Description

Enforces attr { CONST } instead of attr CONST in factories, because the latter forces autoload, which slows down spec startup time and Zeus reload time after touching a model.

Further Reading