[refactoring] Improve consistency in defaults.go variables #14957
Labels
area/che-operator
Issues and PRs related to Eclipse Che Kubernetes Operator
kind/technical-debt
Technical debt issue
severity/P2
Has a minor but important impact to the usage or development of the system.
In
defaults.go
at L23-L26 we use "CodeReady" as if it's a product to differentiate from "Che".But at L36-L52 we use the "Upstream" convention to differentiate Che from CRW config.
This is bad code smell but not technically a problem, so should be dealt with when we're bored in the future and ready for some refactoring.
The text was updated successfully, but these errors were encountered: