The Facade Pattern Explained and Implemented in Java | Structural Design Patterns | Geekific

Поділитися
Вставка
  • Опубліковано 16 гру 2024

КОМЕНТАРІ • 19

  • @MrRexxarHell
    @MrRexxarHell 10 місяців тому +5

    When I need to learn, or do recap, I always come to this channel. It's so well done! I glad I found it! :D

  • @alexandrupopa2854
    @alexandrupopa2854 Рік тому +1

    Man you have a talent! I like that you make the video's short and on target. Kudos to you for this and thank you! :)

  • @svalyavasvalyava9867
    @svalyavasvalyava9867 6 місяців тому

    Thank you infinitely for the explanation ☺️

  • @salmanabbas4994
    @salmanabbas4994 2 роки тому +1

    Very good explaination

    • @geekific
      @geekific  2 роки тому

      Glad you liked it :)

  • @kamalakantabehera3010
    @kamalakantabehera3010 3 місяці тому

    Nice video

  • @azoozym7852
    @azoozym7852 2 роки тому +4

    Fun fact: facade pronunciation is exactly the pronunciation of the word "فساد" in Arabic
    Which means corruption 🙃

    • @amgadlearn
      @amgadlearn Місяць тому

      i noticed that so 😆😆😆😆 .

  • @supersasquatch
    @supersasquatch 8 місяців тому

    Does a business rules engine qualify as a form of façade pattern?

  • @supplyuniquenotessun4562
    @supplyuniquenotessun4562 Рік тому

    geat .. awesome thaaaaaanx

  • @SpencerMckenithWilliams
    @SpencerMckenithWilliams 2 роки тому +1

    Thanks for this! I needed this explanation badly. Too bad it's written in java. That's the language that almost made me quit. I read 4 different books starting out. They were at the library. But I have an understanding now how to implement in python. Thanks so much for this video.

    • @geekific
      @geekific  2 роки тому +1

      Glad it helped!

    • @okko7788
      @okko7788 7 днів тому

      I don't like java either but it's the best language to learn OOP, all UML stuff is basically named the same as java concepts.

  • @MineCrafterCity
    @MineCrafterCity Рік тому +1

    only 7 comments? very good vids though!

  • @grayyeung757
    @grayyeung757 8 місяців тому +1

    Really think nearly all @Service class in Java is actually Facade

  • @rburaksaritas
    @rburaksaritas 7 місяців тому

    isn't this just our old friend encapsulation?

    • @webpulseify
      @webpulseify 3 місяці тому +1

      Actually, no. Encapsulation is about bundling data and methods that operate on the data within a single unit, primarily focusing on security and integrity by restricting direct access. In contrast, the Facade pattern is specifically about simplifying a complex system by providing a unified interface, hiding the intricacies and implementation details from the client. While both concepts deal with managing complexity, their purposes and implementations are distinct

    • @hitthemill8595
      @hitthemill8595 Місяць тому

      ​@@webpulseifyBrother this is just abstracting complexity under a method call.

  • @imerence6290
    @imerence6290 9 днів тому +1

    OOPs version of a function lol.