70 likes | 171 Views
Refactoring. Try to define the method of refactoring. if (customer == null) plan = BillingPlan.basic (); else plan = customer.getPlan ();.
E N D
Refactoring Try to define the method of refactoring
if (customer == null) plan = BillingPlan.basic(); elseplan = customer.getPlan();