I've been reading through the details of the System
libraries set
and get
methods yet the parameters are usually Strings.
Would you consider the use of String
as parameters bad practise since the inclusion of enum
?
A better alternative at minimum might be public final String
, No?