There are multiple places (e.g. JwsNameHelper and PlatformSuffixHelper) where we try to determine what is the name of the underlying OS. This should be a function of a separate class, possibly the platform class. This code is then duplicated and fragile. Should be an easy-ish refactoring target.
There are multiple places (e.g.
JwsNameHelperandPlatformSuffixHelper) where we try to determine what is the name of the underlying OS. This should be a function of a separate class, possibly theplatformclass. This code is then duplicated and fragile. Should be an easy-ish refactoring target.