This post originated from an RSS feed registered with Java Buzz
by Arjen Poutsma.
Original Post: Mind your interfaces!
Feed Title: The Ancient Art of Programming
Feed URL: http://feeds.feedburner.com/TheAncientArtOfProgramming
Feed Description: A blog about programming in .NET and Java
Haralampos Routis writes wise words over at the Spring Web Services forum:
In my experience, when you have to build a system that interoperates with others, you must pay attention to the interface that you provide.
The implementation of the interface is important but it also can change in time. The interface on the other hand cannot/should [...]