Open riley-harper opened 3 years ago
SampleStrategy is one enum where this would work well. This scopes the contents of the enum, so we could refer to them like SampleStrategy::Basic instead of having the unscoped constants.
SampleStrategy
enum
SampleStrategy::Basic
SampleStrategy
is oneenum
where this would work well. This scopes the contents of theenum
, so we could refer to them likeSampleStrategy::Basic
instead of having the unscoped constants.