Search Results

1
vote

Programming against interfaces: Do you write interfaces for all your domain classes?

I think that the main reason for programming against interfaces is testability. Hence, for the domain objects - just stick to POJOs or POC#Os :) etc., i.e., just keep your classes from adding any s …