This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split Warmer.warm() into smaller functions
`Warmer.warming()` was a huge function (~250 loc), making it really hard to read. This change splits the warmer into smaller functions, improving readability. After this change `Warmer.warming()` is still 100 loc, but reads much better.
- Loading branch information