Matches in DBpedia 2016-04 for { <http://www.artima.com/lejava/articles/designprinciples.html> ?p ?o }
Showing triples 1 to 9 of
9
with 100 triples per page.
- designprinciples.html accessdate "2011-08-03".
- designprinciples.html author "Bill Venners".
- designprinciples.html date "2005-06-06".
- designprinciples.html isCitedBy Interface_(computing).
- designprinciples.html location index.jsp.
- designprinciples.html publisher "artima developer".
- designprinciples.html quote "Once you depend on interfaces only, you're decoupled from the implementation. That means the implementation can vary, and that is a healthy dependency relationship. For example, for testing purposes you can replace a heavy database implementation with a lighter-weight mock implementation. Fortunately, with today's refactoring support you no longer have to come up with an interface up front. You can distill an interface from a concrete class once you have the full insights into a problem. The intended interface is just one 'extract interface' refactoring away. ...".
- designprinciples.html title "Leading-Edge Java: Design Principles from Design Patterns: Program to an interface, not an implementation - A Conversation with Erich Gamma, Part III".
- designprinciples.html url designprinciples.html.