I am new to design patterns. On trying to solve on problem with design patterns, I found Facade method to be appropriate. And it worked well for me.
Now that I am trying to apply designs to other problems, I keep trying to apply the very same facade pattern! Is there anyone else who has experienced this?
And thumb rules while applying patterns?
I’d suggest you to purchase this great book: Head First Design Patterns. If you just look at the book’s source code you’ll also get some idea when and how to use what pattern for a specific problem.