Skip to:
Analogous to , improve the naming of methods such as Confound.getDefaultConfigurationConcern() to an appropriate name for returning an Optional<>, in this case Clogr.findDefaultConfigurationConcern().
Confound.getDefaultConfigurationConcern()
Optional<>
Clogr.findDefaultConfigurationConcern()
Analogous to , improve the naming of methods such as
Confound.getDefaultConfigurationConcern()
to an appropriate name for returning anOptional<>
, in this caseClogr.findDefaultConfigurationConcern()
.