You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then, we should be able to branch the code more easily, based on features rather than versions, and it would be easier to see all impacted parts depending on specific versions.
We should also introduce a helper class to provide the default strict feature set for unknown versions.
The text was updated successfully, but these errors were encountered:
Currently, we can see code pieces like this one:
To simplify code and prevent possible errors, we should introduce a mapping to features, i.e., a map of
<String,CryptoFeatures>
, like so:Then, we should be able to branch the code more easily, based on features rather than versions, and it would be easier to see all impacted parts depending on specific versions.
We should also introduce a helper class to provide the default strict feature set for unknown versions.
The text was updated successfully, but these errors were encountered: