Skip to content

Proto: refactor the [process_backlog] functions

We propose several changes to the current implementation of [process_backlog] and its companion functions.

  1. We try to remove redundant [get_rollup] calls
  2. We provide docstrings for key functions involved in this process
  3. We propose aesthetic refactoring to improve the readability
  4. We identify one potential error in the implementation with a [FIXME] comment and a rationale

Merge request reports