Skip to content
  • Xavier Noria's avatar
    2953ae5c
    Define config.enable_reloading to be !config.cache_classes · 2953ae5c
    Xavier Noria authored
    Every time I write `config.cache_classes` I have to pause for a moment to make
    sure I get it right. It makes you think.
    
    On the other hand, if you read `config.enable_reloading = true`, does the
    application reload? You do not need to spend 1 cycle of brain CPU to nod.
    2953ae5c
    Define config.enable_reloading to be !config.cache_classes
    Xavier Noria authored
    Every time I write `config.cache_classes` I have to pause for a moment to make
    sure I get it right. It makes you think.
    
    On the other hand, if you read `config.enable_reloading = true`, does the
    application reload? You do not need to spend 1 cycle of brain CPU to nod.
Loading