Coding is refactoring. What starts with a great idea, might prove incorrect in the future. A simple example is the following code:
public class Address {
private String streetName;
private Integer houseNumber;
// getters and setters
}
Tags: IntelliJ, Java, type migration
Filed under Java | 4 Comments »