Open groovecoder opened 5 years ago
The code uses breachDateThreshold, but the comparison logic (correctly) uses the breach AddedDate.
breachDateThreshold
AddedDate
Might be clearer to re-name breachDateThreshold to breachAddedDateThreshold.
breachAddedDateThreshold
Target for 68.
The code uses
breachDateThreshold
, but the comparison logic (correctly) uses the breachAddedDate
.Might be clearer to re-name
breachDateThreshold
tobreachAddedDateThreshold
.