You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The EstimateCache class is passed around by the public API, but as far as I can tell it only gets used by internal mechanisms of rmf_task. To reduce the surface area of the public API that we need to maintain stability for, we should consider making EstimateCache an opaque class, similar to CostCalculator.
The text was updated successfully, but these errors were encountered:
API Quality Request
The
EstimateCache
class is passed around by the public API, but as far as I can tell it only gets used by internal mechanisms ofrmf_task
. To reduce the surface area of the public API that we need to maintain stability for, we should consider makingEstimateCache
an opaque class, similar toCostCalculator
.The text was updated successfully, but these errors were encountered: