Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Split Warmer.warm() into smaller functions #1935

Merged
merged 2 commits into from Apr 15, 2019

Commits on Apr 15, 2019

  1. Split Warmer.warm() into smaller functions

    `Warmer.warming()` was a huge function (~250 loc), making it really hard to read.
    
    This change moves most of it into a new `repoCacheManager`, improving readability.
    
    After this change `Warmer.warming()` is still 100 loc, but reads much better.
    Alfonso Acosta committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    fefb216 View commit details
    Browse the repository at this point in the history
  2. Small clarification

    Alfonso Acosta committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    2fc6258 View commit details
    Browse the repository at this point in the history