Page MenuHomePhabricator

CCC: Implement time durations as constant
Closed, ResolvedPublic

Description

Currently time durations are individually set in various locations throughout the project. Having these as constant values (e.g. through the use of enums, added in Python 3.4) would be beneficial.