Skip to content

Tag Archives: interfaces

Choosy developers choose interfaces

23-Apr-10

Each time you write a parametrized method you must decide which are the best types to use for your parameters. If you are not careful, your choice could place unnecessary restrictions on the caller of the method that requires them to pass too specific of a type. When you are making this decision you should [...]