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
It's a generic issue please ally it wherever it is applicable, a few examples are given below
Description:
In the existing code, we have a hardcoded value "10" used for retry attempts. To improve code maintainability, we should replace this value read it from a property.
Similarly for the second example use a constant class (do-not create a new if it exists) and read the value from it
It's a generic issue please ally it wherever it is applicable, a few examples are given below
Description:
In the existing code, we have a hardcoded value "10" used for retry attempts. To improve code maintainability, we should replace this value read it from a property.
Similarly for the second example use a constant class (do-not create a new if it exists) and read the value from it
Example Code details
class name:
src/main/java/io/spaship/operator/service/k8s/Operator.java
existing code 1
existing code 2
Benefits:
Implementation:
The text was updated successfully, but these errors were encountered: