The Simplest Design Pattern: Facade

  Рет қаралды 3,784

Bran van der Meer

Bran van der Meer

Күн бұрын

Пікірлер: 16
@marcwinner567
@marcwinner567 5 ай бұрын
This is actually the best explanation of the Facade pattern I have stumbled upon. Well done sir!
@TrashIssou
@TrashIssou 2 күн бұрын
Wonderful
@winkbrace
@winkbrace 9 ай бұрын
Very good explanation. Maybe a music peace in minor is not the best fit for your relaxed voice, tho. It sounds like you're going to announce something sad. ;)
@BiiigBeee
@BiiigBeee 9 ай бұрын
Bran, I love your content man. The high level explanation, your pace, the video quality and finally the music that for once on KZbin serves the content and just sooth you. Minor mode for major goal 😉 Best of luck for the future my friend
@Pareshbpatel
@Pareshbpatel 3 ай бұрын
The Facade Design Pattern, so beautifully explained. Thank you very much. {2024-07-01} - Subscribed!
@ehSamurai3483
@ehSamurai3483 4 ай бұрын
How can I recognize a facade pattern?
@kerrykreiter445
@kerrykreiter445 9 ай бұрын
Thank you for sharing this pattern. I am wondering if this pattern might apply to audio. I like how easy it is to use html/css/JavaScript to build a GUI. But using the web audio API has some limitations that make game dev difficult. Maybe a facade would help??
@chimbu4822
@chimbu4822 9 ай бұрын
Nice, If possible please try to make other design pattern videos also.
@lpanebr
@lpanebr 9 ай бұрын
This is by far the best ever explanation for the facade pattern. Thank you!
@regensdorfskater
@regensdorfskater 9 ай бұрын
Love the seek discomfort shirt!
@ahmedsamir1601
@ahmedsamir1601 9 ай бұрын
Perfect 👌
@benflightart
@benflightart 9 ай бұрын
What is the difference between a facade and an API? Thanks
@branvandermeer
@branvandermeer 9 ай бұрын
Everything has an Interface. The interface of a function is it's name, it's arguments and it's return types. The interface of a TV is it's remote control, and the interface of a car is it's steering wheel, gas/break pedals, etc. When using it like intended, we don't directly interact with the internals of a TV (circuitry), nor with the internals of a car (engine). I have a video on Interface-First Programming if you want to know more. You can think of the interface as the thing you are interacting with, which is different from the things that are behind that, which you are not directly interacting with. The interface exists because it enables a use-case: the engine of a car can run by itself, but it's not useful yet, just as a TV can run without a human watching it, but that's not useful. We added a steering wheel to an engine because humans are using the engine for a very specific thing; going somewhere. The interface encodes it's use-case. A Facade is an extra layer (an extra interface) in between a call site and an implementation (e.g. a function, file, class, or service). This extra layer can be there because you don't like the interface that the implementation offers by itself, or it can be there because you don't want to directly depend on the interface of the implementation. A Facade has, like all functions/classes/files, also an interface: it's names, arguments, return types, etc. Anything you directly interact with from the call site.
@benflightart
@benflightart 9 ай бұрын
@@branvandermeer So, if i were to program an extra layer between the firebase API and my web app because I didn't like the convoluted process for image uploads and wanted to simply function calls with a one time configuration, that would be a facade.
@branvandermeer
@branvandermeer 9 ай бұрын
@@benflightart yes!
@benflightart
@benflightart 9 ай бұрын
@@branvandermeer thanks for helping me understand!
Why TDD with UI code is hard
14:59
Bran van der Meer
Рет қаралды 764
Driver/Navigator style of Pair Programming
15:17
Bran van der Meer
Рет қаралды 3,3 М.
А ВЫ ЛЮБИТЕ ШКОЛУ?? #shorts
00:20
Паша Осадчий
Рет қаралды 9 МЛН
Как мы играем в игры 😂
00:20
МЯТНАЯ ФАНТА
Рет қаралды 3,2 МЛН
Cute
00:16
Oyuncak Avı
Рет қаралды 12 МЛН
How To Reduce Coupling With Facade | Design Pattern Tutorial
28:29
Decorator Pattern - DESIGN PATTERNS (C#/.NET)
14:51
SingletonSean
Рет қаралды 6 М.
Inversion of Control, simplified
10:22
Bran van der Meer
Рет қаралды 4,7 М.
Facade Pattern - Design Patterns (ep 9)
16:19
Christopher Okhravi
Рет қаралды 181 М.
Facade Design Pattern (C#, Microservices)
11:55
Raw Coding
Рет қаралды 9 М.
My 10 “Clean” Code Principles (Start These Now)
15:12
Conner Ardman
Рет қаралды 231 М.
Adapter Pattern - Design Patterns (ep 8)
26:36
Christopher Okhravi
Рет қаралды 243 М.
Flyweight Pattern - DESIGN PATTERNS (C#/.NET)
10:12
SingletonSean
Рет қаралды 3,5 М.
Dependency Injection Part 2: The Container
10:43
Bran van der Meer
Рет қаралды 2,1 М.
State Design Pattern (C#)
9:17
Raw Coding
Рет қаралды 16 М.