Which design pattern should I be using?
- by Gabriel
Here's briefly what I'm trying to do.
The user supplies me with a link to a photo from one of several photo-sharing websites (such as Flickr, Zooomr, et. al). I then do some processing on the photo using their respective APIs.
Right now, I'm only implementing one service, but I will most likely add more in the near future.
I don't want to have a…