Error!
Success!

Don’t Instantiate Then Assign

0
kicks

Don’t Instantiate Then Assign  (Unpublished)

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];


Kicked By:
Drop Kicked By: