Comments on: Bridge Pattern https://simpleprogrammer.com/design-patterns-simplified-the-bridge-pattern/ Tue, 23 Jan 2018 18:24:21 +0000 hourly 1 https://wordpress.org/?v=7.0 By: Bridge Pattern Simplified | Software Architecture Review https://simpleprogrammer.com/design-patterns-simplified-the-bridge-pattern/#comment-3901 Sat, 02 Sep 2017 05:54:12 +0000 https://simpleprogrammer.com/?p=13795#comment-3901 […] attempt to regurgitate descriptions of the Bridge Pattern. There are plenty of those, such as here, here or here. Doing so, would just be a waste of my time, and I will probably just fail […]

]]>
By: Design Patterns | Tech Blog https://simpleprogrammer.com/design-patterns-simplified-the-bridge-pattern/#comment-3900 Sat, 28 Jan 2017 00:49:47 +0000 https://simpleprogrammer.com/?p=13795#comment-3900 […] Design Patterns Simplified: The Bridge Pattern […]

]]>
By: Dani ESa https://simpleprogrammer.com/design-patterns-simplified-the-bridge-pattern/#comment-3896 Mon, 02 May 2016 09:31:00 +0000 https://simpleprogrammer.com/?p=13795#comment-3896 Thanks John, your article is a real time-saver. If there was a Noble prize for ‘Simplicity’ you would be definitely one of the nominated candidates.

]]>
By: Vibs https://simpleprogrammer.com/design-patterns-simplified-the-bridge-pattern/#comment-3895 Fri, 11 Sep 2015 17:32:00 +0000 https://simpleprogrammer.com/?p=13795#comment-3895 Awesome Article John! Thanks for posting this wonderful article!!

Please add more posts about patterns such as Strategy, Adapter, Command, State etc..

]]>
By: R. Chavarría T. https://simpleprogrammer.com/design-patterns-simplified-the-bridge-pattern/#comment-3899 Sun, 05 Jul 2015 14:56:00 +0000 https://simpleprogrammer.com/?p=13795#comment-3899 In reply to jsonmez.

What I wanted to say, but I didn’t find the words, is what Uncle Bob states really clear in his post Pattern pushers:

It’s a good idea to learn patterns. It is not a good idea to hunt for places to use patterns.

]]>
By: jsonmez https://simpleprogrammer.com/design-patterns-simplified-the-bridge-pattern/#comment-3894 Sat, 04 Jul 2015 09:16:00 +0000 https://simpleprogrammer.com/?p=13795#comment-3894 In reply to R. Chavarría T..

Thanks. I’ll definitely add more patterns.

]]>
By: R. Chavarría T. https://simpleprogrammer.com/design-patterns-simplified-the-bridge-pattern/#comment-3893 Wed, 01 Jul 2015 11:55:00 +0000 https://simpleprogrammer.com/?p=13795#comment-3893 Wow! Deep article about the Bridget pattern. Looking forward to read more articles like this about patterns.

I was going to suggest having a small comparison with other patterns, Adapter pattern seems to be the most controversial one. But previous comments on the article already point this idea.

I agree it’s better to recognize the patterns than applying them, because it’s very difficult to find a real situation where patterns fit exactly as they were primarily described. What you’ll find will be situations where variations or mixes of the patterns could be applied.

]]>
By: jsonmez https://simpleprogrammer.com/design-patterns-simplified-the-bridge-pattern/#comment-3892 Sun, 21 Jun 2015 19:47:00 +0000 https://simpleprogrammer.com/?p=13795#comment-3892 In reply to atinder singh.

Thanks! Great catches. Fixed them all.

]]>
By: jsonmez https://simpleprogrammer.com/design-patterns-simplified-the-bridge-pattern/#comment-3891 Sun, 21 Jun 2015 19:44:00 +0000 https://simpleprogrammer.com/?p=13795#comment-3891 In reply to Saied Hassaninia.

I’ve found it’s best to recognize them, but rarely should you apply them directly. Only when the existing architecture is already forming in that direction, then you see the pattern and make it explicit—if that makes sense.

]]>
By: atinder singh https://simpleprogrammer.com/design-patterns-simplified-the-bridge-pattern/#comment-3890 Sun, 21 Jun 2015 03:56:00 +0000 https://simpleprogrammer.com/?p=13795#comment-3890 Loved the article John.Thank you for expanding my mind.
I noticed some sentences don’t sound right in the article

1. “But what is you had multiple”

2. “The abstraction would utilize and implementor”

3. “Specific themes would be ConcreeteImplementors that “

]]>