0
kicks
Don’t Instantiate Then Assign
Here’s an example of some bizarre code I’ve seen recently. I’ve changed the variable names, but this is what the developer was doing.
Customer customer = new Customer();
customer = customers[response.CustomerKey];