Closed arnavb closed 7 years ago
I Refactored second part of parse_version_string into a one-liner so that it removes all those explicit return trues, return false, and all those if statements.
return true
return false
if
I Refactored second part of parse_version_string into a one-liner so that it removes all those explicit
return true
s,return false
, and all thoseif
statements.