Best explanation of a Bridge design pattern I've yet to encounter! Great thing was that you showed what happens without it and why you need it, very smart. Also, that lada vs volo bit was brilliant :D
@RawCoding3 жыл бұрын
Cheers)) glad you like it
@mukul793 жыл бұрын
Very clean and to the point. Keep up the good work!
@RawCoding3 жыл бұрын
Cheers
@joparicutin3 жыл бұрын
I enjoyed your wall art behind you.
@RawCoding3 жыл бұрын
Thank you!
@mariomorazan94733 жыл бұрын
Loving this serie so far man, thnks
@RawCoding3 жыл бұрын
Thank you for watching
@kekeke80243 жыл бұрын
lada vs volvo implementations are very accurate
@RawCoding3 жыл бұрын
Haha they are fun cars
@vilextone80313 жыл бұрын
@@RawCoding Console.WriteLine(volvo.Crash("50kmh", "wall")) Console.WriteLine(lada.Crash("30kmh", "bicycle)) Output: "Bumper dent" "Driver and passngers have successfully died of death"
@S3Kglitches3 жыл бұрын
I am sorry but from your tutorial I understood nothing. What is the "Make" exactly? It makes no sense to me.
@RawCoding3 жыл бұрын
Make as in the make of the car - what type of the car. Volvo is the make of a car, Audi is the make of a car. The company that makes the car.
@S3Kglitches3 жыл бұрын
@@RawCoding ahhh car brand or manufacturer, cool, got it now!
@saurabhchauhan2323 жыл бұрын
Thank you 😊
@RawCoding3 жыл бұрын
Thank you for watching
@willingtushar3 жыл бұрын
I didn't get it. maybe I'm not expert enough to understand this.
@RawCoding3 жыл бұрын
If you have IRobot and IDog and ITable intefaces to create a robot dog and a robot table you would have to implement robot twice. The bridge is having 1 robot that contains the dog or table to prevent class explosion.
@_masterbait3 жыл бұрын
N I C E
@RawCoding3 жыл бұрын
Cheers
@clearlyunwell3 жыл бұрын
👍🏽
@RawCoding3 жыл бұрын
)
@utkuc61683 ай бұрын
Please do not code the data as a class for the example. No one codes this way; it only confuses people.