lifecycle icon indicating copy to clipboard operation
lifecycle copied to clipboard

Create helpers to parse API versions

Open natalieparellano opened this issue 4 years ago • 0 comments

Description

Our code is full of lines like h.SkipIf(t, api.MustParse(apiStr).Compare(api.MustParse("0.3")) >= 0). This makes the code long and hard to read. Let's come up with some better helpers.

natalieparellano avatar Apr 29 '21 16:04 natalieparellano